commit | 23c25c2665de603ea766ce5d9e7993b50cf48117 | [log] [tgz] |
---|---|---|
author | Jayachandran C <jayachandranc@google.com> | Mon Dec 16 16:30:14 2019 -0800 |
committer | Jayachandran C <jayachandranc@google.com> | Mon Jan 06 18:36:51 2020 -0800 |
tree | 8bf7dd7727c430f99e20cd7c35be60d07e71084d | |
parent | 894da476d792b0a293c10b757a570b73fa509cc7 [diff] |
Move emergency callback related intents to TelephonyManager This CL also renames the intents with android.telephony prefix Bug: 146240041 Test: Build Change-Id: I32c33c81d4b518c56394f98b43cd15ba3ae38f34
diff --git a/tests/tests/permission2/src/android/permission2/cts/ProtectedBroadcastsTest.java b/tests/tests/permission2/src/android/permission2/cts/ProtectedBroadcastsTest.java index 6cd08f4..eb7ac9d 100644 --- a/tests/tests/permission2/src/android/permission2/cts/ProtectedBroadcastsTest.java +++ b/tests/tests/permission2/src/android/permission2/cts/ProtectedBroadcastsTest.java
@@ -85,7 +85,7 @@ "android.telephony.action.NETWORK_SET_TIME", "android.telephony.action.SUBSCRIPTION_CARRIER_IDENTITY_CHANGED", "android.telephony.action.SUBSCRIPTION_SPECIFIC_CARRIER_IDENTITY_CHANGED", - "com.android.internal.intent.action.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS", + "android.telephony.action.SHOW_NOTICE_ECM_BLOCK_OTHERS", }; /**