diff options
| author | 2017-01-09 20:58:15 +0000 | |
|---|---|---|
| committer | 2017-01-09 20:58:15 +0000 | |
| commit | 005a5d609e6525420d8a9e3a9fd7b7946ea00745 (patch) | |
| tree | 5e0da03e0d3feac4e0741a0854c56e8dac2717f8 | |
| parent | 426b84b35b7aa14c53da3bec06c2686dae63a482 (diff) | |
| parent | 6356b6e3c78a5c78a48abeb22853cd9c1e3a3063 (diff) | |
Moved implicit intents into explicit intents
am: 6356b6e3c7
Change-Id: I39ae9bb2b727ba1f8a9bf49f3f8da03b131207ba
| -rw-r--r-- | core/res/res/values/config.xml | 3 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index b613262146c6..a4c616f2c5c2 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2706,4 +2706,7 @@ <!-- An array of packages for which notifications cannot be blocked. --> <string-array translatable="false" name="config_nonBlockableNotificationPackages" /> + + <!-- Component name of the default cell broadcast receiver --> + <string name="config_defaultCellBroadcastReceiverComponent" translatable="false">com.android.cellbroadcastreceiver/.PrivilegedCellBroadcastReceiver</string> </resources> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index f078d45591d7..ef97b0f60a36 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -2757,4 +2757,6 @@ <java-symbol type="bool" name="use_lock_pattern_drawable" /> <java-symbol type="drawable" name="lockscreen_notselected" /> <java-symbol type="drawable" name="lockscreen_selected" /> + + <java-symbol type="string" name="config_defaultCellBroadcastReceiverComponent" /> </resources> |