Commit 7059f27c authored by Junda Liu's avatar Junda Liu Committed by Android (Google) Code Review
Browse files

Merge "Add hidden intent for sms based carrier provisioning." into mnc-dev

parents 1f059ef7 3817cc94
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment