Merge "Add an extra for intent ACTION_PROVISION_EMBEDDED_SUBSCRIPTION" into oc-mr1-dev

am: d339e30c26

Change-Id: Icc84b4157989c892bc04f87625555ae3ed4927d6
This commit is contained in:
Qingxi Li
2017-08-16 23:48:20 +00:00
committed by android-build-merger

View File

@@ -153,6 +153,14 @@ public class EuiccManager {
public static final String EXTRA_EMBEDDED_SUBSCRIPTION_RESOLUTION_CALLBACK_INTENT =
"android.telephony.euicc.extra.EMBEDDED_SUBSCRIPTION_RESOLUTION_CALLBACK_INTENT";
/**
* Key for an extra set on the {@link #ACTION_PROVISION_EMBEDDED_SUBSCRIPTION} intent for
* whether the user choses to use eUICC to set up network in SUW.
* @hide
*/
public static final String EXTRA_FORCE_PROVISION =
"android.telephony.euicc.extra.FORCE_PROVISION";
/**
* Optional meta-data attribute for a carrier app providing an icon to use to represent the
* carrier. If not provided, the app's launcher icon will be used as a fallback.