summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Yu <jackyu@google.com>2018-05-04 16:52:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-04 16:52:01 +0000
commit72cf718d203587e4b8725fddee94bd7c82c24cb4 (patch)
tree5155d9edc74a4b3294432f3ecbae013d253e6abe
parente7b05b87979dcaebcb22bda18e44f7bd37cddfc2 (diff)
parentd807aeba4d67718d4d6a252a4ece5dc710ccac59 (diff)
downloadbase-72cf718d203587e4b8725fddee94bd7c82c24cb4.tar.gz
Merge "Enabled area info update for India"android-wear-p-preview-2
-rw-r--r--core/res/res/values-mcc405/config.xml2
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>