public class SMSGenerator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
SMSGenerator() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
formatSMS(android.content.SharedPreferences pref,
EmergencyType type,
java.lang.String callsign,
boolean how,
double lat,
double lon)
Generates a simple SMS message, intended to be converted into CoT format
|
public static final java.lang.String TAG
public static java.lang.String formatSMS(android.content.SharedPreferences pref, EmergencyType type, java.lang.String callsign, boolean how, double lat, double lon)