Change internal intents from android.* to com.android.internal.*
Test: none Bug: 35269293 Change-Id: I74585b3d6459cee613408d80fe4a3c13327e5dab
This commit is contained in:
@@ -3489,7 +3489,7 @@
|
||||
<receiver android:name="com.android.server.updates.ApnDbInstallReceiver"
|
||||
android:permission="android.permission.UPDATE_CONFIG">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.UPDATE_APN_DB" />
|
||||
<action android:name="com.android.internal.intent.action.UPDATE_APN_DB" />
|
||||
<data android:scheme="content" android:host="*" android:mimeType="*/*" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
@@ -279,7 +279,7 @@ public class TelephonyIntents {
|
||||
* Used in OMA-DM applications.
|
||||
*/
|
||||
public static final String ACTION_FORBIDDEN_NO_SERVICE_AUTHORIZATION
|
||||
= "android.intent.action.ACTION_FORBIDDEN_NO_SERVICE_AUTHORIZATION";
|
||||
= "com.android.internal.intent.action.ACTION_FORBIDDEN_NO_SERVICE_AUTHORIZATION";
|
||||
|
||||
/**
|
||||
* Broadcast Action: A "secret code" has been entered in the dialer. Secret codes are
|
||||
|
||||
Reference in New Issue
Block a user