diff options
| -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> |