public class InternalString extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVE_ACCOUNT
This key is used to store the ID of the Active account in ICC
|
static String |
COLON_SPACE
A ': ' character
|
static String[] |
CONTACT_SEPARATOR
This is a list of all possible contact separator characters
|
static String |
DEFAULT_CONTACT_SEPARATOR
This is the default character used to separate contacts when entering multiple recipients.
|
static String |
EMPTY_STRING
An empty string.
|
static String |
FAILED_TO_ENABLE_WRITE_PERMISSION
The message to log when changing the android.permission.WRITE_SMS permission programmatically fails.
|
static String |
LOG_TAG
The tag to use when logging messages.
|
static String |
PREFS_KEY
This is the main preference key used to access preferences
|
static String |
SMS_BODY
The key used to store the message body when an Intent is sending a message.
|
static String |
SMS_PROVIDER_FAILURE
The message to enter in the logs when inserting a sent SMS to the SMS provider fails.
|
static String |
SMS_PROVIDER_MESSAGE_ADDRESS
This is the key used to store the message body of an SMS message in the SMS Content Provider.
|
static String |
SMS_PROVIDER_MESSAGE_BODY
This is the key used to store the receiver of an SMS message in the SMS Content Provider.
|
static String |
SMS_PROVIDER_MESSAGE_STATUS
This is the key used to store the status of an SMS message in the SMS Content Provider.
|
static int |
SMS_PROVIDER_MESSAGE_STATUS_DELIVERED
This is the value used to indicate that an SMS message is delivered in the SMS Content Provider.
|
static String |
SMSTO
The Uri Schema used to send a phone number when an Intent is sending a message.
|
static String |
SPACE
The space character.
|
static String |
WRITE_SMS_ENABLED
This key is used to store whether WRITE_SMS permission is enabled (Used for post KitKat devices).
|
| Constructor and Description |
|---|
InternalString() |
public static final String PREFS_KEY
public static final String ACTIVE_ACCOUNT
public static final String WRITE_SMS_ENABLED
public static final String DEFAULT_CONTACT_SEPARATOR
public static final String[] CONTACT_SEPARATOR
public static final String SPACE
public static final String EMPTY_STRING
public static final String SMSTO
public static final String SMS_BODY
public static final String COLON_SPACE
public static final String SMS_PROVIDER_MESSAGE_BODY
public static final String SMS_PROVIDER_MESSAGE_ADDRESS
public static final String SMS_PROVIDER_MESSAGE_STATUS
public static final int SMS_PROVIDER_MESSAGE_STATUS_DELIVERED
public static final String SMS_PROVIDER_FAILURE
public static final String FAILED_TO_ENABLE_WRITE_PERMISSION
public static final String LOG_TAG
Copyright © 2015. All rights reserved.