summaryrefslogtreecommitdiff
path: root/AndroidManifest_Platform.xml
diff options
context:
space:
mode:
authorChen Xu <fionaxu@google.com>2019-11-18 19:04:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-11-18 19:04:39 +0000
commit40c024c68e2479c006e71b68b86b3f2ca60e73c3 (patch)
tree74a0c6ed7aa0b915951dfc1c339e7b2c0a8153de /AndroidManifest_Platform.xml
parent7a4e31335b85fbb65c8df7d755f1c419140a92d9 (diff)
parent0cc46fdcaa8a1811e2a961c1c96c2083df95008f (diff)
downloadCellBroadcastReceiver-40c024c68e2479c006e71b68b86b3f2ca60e73c3.tar.gz
Merge "SystemAPI for ACTION_SMS_EMERGENCY_CB_RECEIVED intent"
Diffstat (limited to 'AndroidManifest_Platform.xml')
-rw-r--r--AndroidManifest_Platform.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest_Platform.xml b/AndroidManifest_Platform.xml
index dc21f1677..ae7957ed2 100644
--- a/AndroidManifest_Platform.xml
+++ b/AndroidManifest_Platform.xml
@@ -105,7 +105,7 @@
<receiver android:name="PrivilegedCellBroadcastReceiver"
android:permission="android.permission.BROADCAST_SMS">
<intent-filter>
- <action android:name="android.provider.Telephony.SMS_EMERGENCY_CB_RECEIVED" />
+ <action android:name="android.provider.action.SMS_EMERGENCY_CB_RECEIVED" />
<action android:name="android.provider.Telephony.SMS_CB_RECEIVED" />
<action android:name="android.cellbroadcastreceiver.START_CONFIG" />
<action android:name="android.provider.Telephony.SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED" />