renaming telephony internal hidden intents
The "android.*" namespace for intent constants is reserved for public Android API in AOSP. (Whether public to the full SDK, @SystemApi or defined in AOSP support libraries.) Implementation details of AOSP components (subject to change by OEMs at will) should use the "com.android.internal.*" as per CDD Bug: 33679454 Test: manual Change-Id: I7183493e2794a82e023bc4993aee328f24b2e7cb
This commit is contained in:
@@ -817,7 +817,7 @@ public class CarrierConfigManager {
|
||||
|
||||
/**
|
||||
* Defines carrier-specific actions which act upon
|
||||
* android.intent.action.CARRIER_SIGNAL_REDIRECTED, used for customization of the
|
||||
* com.android.internal.telephony.CARRIER_SIGNAL_REDIRECTED, used for customization of the
|
||||
* default carrier app
|
||||
* Format: "CARRIER_ACTION_IDX, ..."
|
||||
* Where {@code CARRIER_ACTION_IDX} is an integer defined in
|
||||
@@ -832,7 +832,7 @@ public class CarrierConfigManager {
|
||||
|
||||
/**
|
||||
* Defines carrier-specific actions which act upon
|
||||
* android.intent.action.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED
|
||||
* com.android.internal.telephony.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED
|
||||
* and configured signal args:
|
||||
* {@link com.android.internal.telephony.TelephonyIntents#EXTRA_APN_TYPE_KEY apnType},
|
||||
* {@link com.android.internal.telephony.TelephonyIntents#EXTRA_ERROR_CODE_KEY errorCode}
|
||||
@@ -873,11 +873,11 @@ public class CarrierConfigManager {
|
||||
* @see com.android.internal.telephony.TelephonyIntents
|
||||
* Example:
|
||||
* <item>com.google.android.carrierAPK/.CarrierSignalReceiverA:
|
||||
* android.intent.action.CARRIER_SIGNAL_REDIRECTED,
|
||||
* android.intent.action.CARRIER_SIGNAL_PCO_VALUE
|
||||
* com.android.internal.telephony.CARRIER_SIGNAL_REDIRECTED,
|
||||
* com.android.internal.telephony.CARRIER_SIGNAL_PCO_VALUE
|
||||
* </item>
|
||||
* <item>com.google.android.carrierAPK/.CarrierSignalReceiverB:
|
||||
* android.intent.action.CARRIER_SIGNAL_PCO_VALUE
|
||||
* com.android.internal.telephony.CARRIER_SIGNAL_PCO_VALUE
|
||||
* </item>
|
||||
* @hide
|
||||
*/
|
||||
@@ -892,11 +892,11 @@ public class CarrierConfigManager {
|
||||
* @see com.android.internal.telephony.TelephonyIntents
|
||||
* Example:
|
||||
* <item>com.google.android.carrierAPK/.CarrierSignalReceiverA:
|
||||
* android.intent.action.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED,
|
||||
* android.intent.action.CARRIER_SIGNAL_PCO_VALUE
|
||||
* com.android.internal.telephony.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED,
|
||||
* com.android.internal.telephony.CARRIER_SIGNAL_PCO_VALUE
|
||||
* </item>
|
||||
* <item>com.google.android.carrierAPK/.CarrierSignalReceiverB:
|
||||
* android.intent.action.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED
|
||||
* com.android.internal.telephony.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED
|
||||
* </item>
|
||||
* @hide
|
||||
*/
|
||||
@@ -1301,7 +1301,7 @@ public class CarrierConfigManager {
|
||||
sDefaults.putStringArray(KEY_CARRIER_APP_WAKE_SIGNAL_CONFIG_STRING_ARRAY,
|
||||
new String[]{
|
||||
"com.android.carrierdefaultapp/.CarrierDefaultBroadcastReceiver:" +
|
||||
"android.intent.action.CARRIER_SIGNAL_REDIRECTED"
|
||||
"com.android.internal.telephony.CARRIER_SIGNAL_REDIRECTED"
|
||||
});
|
||||
sDefaults.putStringArray(KEY_CARRIER_APP_NO_WAKE_SIGNAL_CONFIG_STRING_ARRAY, null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user