From 5569246e9331c459fc294eb3bfb5cfe1fa5fc935 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Thu, 5 Jan 2017 15:19:31 -0800 Subject: [PATCH] Moved implicit intents into explicit intents Moved two intents SMS_EMERGENCY_CB_RECEIVED_ACTION and SMS_SERVICE_CATEGORY_PROGRAM_DATA_RECEIVED_ACTION are now sent to the default cell broadcast receiver only. The default cell broadcast receiver can be changed through the resource overlay. Otherwise it is default to com.android.cellbroadcastreceiver bug: 33783447 Test: manual Change-Id: I64db3b05400513bacf278ff9f93236495860803e --- core/res/res/values/config.xml | 3 +++ core/res/res/values/symbols.xml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 5967c692fb94..bc4a0ddf606b 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2697,4 +2697,7 @@ true + + + com.android.cellbroadcastreceiver/.PrivilegedCellBroadcastReceiver diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 18228b5a95c3..c9ea21a6ce41 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -2778,4 +2778,6 @@ + + -- 2.11.0