Loading src/java/android/provider/Telephony.java +9 −0 Original line number Diff line number Diff line Loading @@ -987,6 +987,15 @@ public final class Telephony { public static final String SMS_CB_RECEIVED_ACTION = "android.provider.Telephony.SMS_CB_RECEIVED"; /** * Action: A SMS based carrier provision intent. Used to identify default * carrier provisioning app on the device. * @hide */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String SMS_CARRIER_PROVISION_ACTION = "android.provider.Telephony.SMS_CARRIER_PROVISION"; /** * Broadcast Action: A new Emergency Broadcast message has been received * by the device. The intent will have the following extra Loading Loading
src/java/android/provider/Telephony.java +9 −0 Original line number Diff line number Diff line Loading @@ -987,6 +987,15 @@ public final class Telephony { public static final String SMS_CB_RECEIVED_ACTION = "android.provider.Telephony.SMS_CB_RECEIVED"; /** * Action: A SMS based carrier provision intent. Used to identify default * carrier provisioning app on the device. * @hide */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String SMS_CARRIER_PROVISION_ACTION = "android.provider.Telephony.SMS_CARRIER_PROVISION"; /** * Broadcast Action: A new Emergency Broadcast message has been received * by the device. The intent will have the following extra Loading