Merge commit '8521dca69bb33a7f45c8233305618e540543b00d' * commit '8521dca69bb33a7f45c8233305618e540543b00d': Reject (NAK) CDMA SMS with unknown teleservice ids.
This commit is contained in:
@@ -489,6 +489,13 @@ public final class Telephony {
|
||||
*/
|
||||
public static final int RESULT_SMS_OUT_OF_MEMORY = 3;
|
||||
|
||||
/**
|
||||
* Set by BroadcastReceiver. Indicates the message, while
|
||||
* possibly valid, is of a format or encoding that is not
|
||||
* supported.
|
||||
*/
|
||||
public static final int RESULT_SMS_UNSUPPORTED = 4;
|
||||
|
||||
/**
|
||||
* Broadcast Action: A new text based SMS message has been received
|
||||
* by the device. The intent will have the following extra
|
||||
@@ -1696,7 +1703,3 @@ public final class Telephony {
|
||||
public static final String EXTRA_SPN = "spn";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user