diff options
| author | 2018-05-02 10:17:32 -0700 | |
|---|---|---|
| committer | 2018-05-02 10:17:32 -0700 | |
| commit | 7d7a6e2d0e827415529e74ae08d73bca03e30b55 (patch) | |
| tree | 3163f5695111c4445436745b0b2c681bfce6f6db | |
| parent | 0bd5e9860cc03e6251cac20a68dff7b0e3d19e9c (diff) | |
| parent | 530c4c1f0f49e1d13684b423b1dc0a63577d9508 (diff) | |
Merge "Enabled area info update for India" into pi-dev
am: 530c4c1f0f
Change-Id: I30b0da9687004bd4696edba024f2fbf81128c324
| -rw-r--r-- | core/res/res/values-mcc405/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values-mcc405/config.xml b/core/res/res/values-mcc405/config.xml index 6b77e9c1663a..4cadef7893d3 100644 --- a/core/res/res/values-mcc405/config.xml +++ b/core/res/res/values-mcc405/config.xml @@ -20,4 +20,6 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Whether camera shutter sound is forced or not (country specific). --> <bool name="config_camera_sound_forced">true</bool> + <!-- Show area update info settings in CellBroadcastReceiver and information in SIM status in Settings app --> + <bool name="config_showAreaUpdateInfoSettings">true</bool> </resources> |