Merge "new Systeam API for CarrierConfig#KEY_CARRIER_SETUP_APP_STRING"
am: 8715c1545e
Change-Id: Ica9a2f2a7542739b500f8a4350ae40101bb0363b
This commit is contained in:
@@ -5094,6 +5094,7 @@ package android.telephony {
|
|||||||
method public static android.os.PersistableBundle getDefaultConfig();
|
method public static android.os.PersistableBundle getDefaultConfig();
|
||||||
method public void overrideConfig(int, android.os.PersistableBundle);
|
method public void overrideConfig(int, android.os.PersistableBundle);
|
||||||
method public void updateConfigForPhoneId(int, java.lang.String);
|
method public void updateConfigForPhoneId(int, java.lang.String);
|
||||||
|
field public static final java.lang.String KEY_CARRIER_SETUP_APP_STRING = "carrier_setup_app_string";
|
||||||
field public static final java.lang.String KEY_CONFIG_PLANS_PACKAGE_OVERRIDE_STRING = "config_plans_package_override_string";
|
field public static final java.lang.String KEY_CONFIG_PLANS_PACKAGE_OVERRIDE_STRING = "config_plans_package_override_string";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1320,18 +1320,13 @@ public class CarrierConfigManager {
|
|||||||
public static final String KEY_MMS_CLOSE_CONNECTION_BOOL = "mmsCloseConnection";
|
public static final String KEY_MMS_CLOSE_CONNECTION_BOOL = "mmsCloseConnection";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If carriers require differentiate un-provisioned status: cold sim or out of credit sim
|
* The flatten {@link android.content.ComponentName componentName} of the activity that can
|
||||||
* a package name and activity name can be provided to launch a supported carrier application
|
* setup the device and activate with the network per carrier requirements.
|
||||||
* that check the sim provisioning status
|
*
|
||||||
* The first element is the package name and the second element is the activity name
|
* e.g, com.google.android.carrierPackageName/.CarrierActivityName
|
||||||
* of the provisioning app
|
|
||||||
* example:
|
|
||||||
* <item>com.google.android.carrierPackageName</item>
|
|
||||||
* <item>com.google.android.carrierPackageName.CarrierActivityName</item>
|
|
||||||
* The ComponentName of the carrier activity that can setup the device and activate with the
|
|
||||||
* network as part of the Setup Wizard flow.
|
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
|
@SystemApi
|
||||||
public static final String KEY_CARRIER_SETUP_APP_STRING = "carrier_setup_app_string";
|
public static final String KEY_CARRIER_SETUP_APP_STRING = "carrier_setup_app_string";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user