summaryrefslogtreecommitdiffstats
path: root/res/values/bools.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/bools.xml')
-rw-r--r--res/values/bools.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/res/values/bools.xml b/res/values/bools.xml
index 5ee0f7c..06d6393 100644
--- a/res/values/bools.xml
+++ b/res/values/bools.xml
@@ -19,9 +19,9 @@
<bool name="has_dock_settings">false</bool>
<!-- Whether there is a silent mode checkbox -->
<bool name="has_silent_mode">true</bool>
- <!-- Whether the DEPRECATED power control widget is enabled for this
- device. Should be overridden for specific product builds. -->
- <bool name="has_powercontrol_widget">false</bool>
+ <!-- Whether the power control widget is enabled for this device. Should be overridden for
+ specific product builds. -->
+ <bool name="has_powercontrol_widget">true</bool>
<!-- Display additional System Update menu if true -->
<bool name="config_additional_system_update_setting_enable">false</bool>
@@ -37,6 +37,11 @@
<!-- Whether to show a preference item for mobile plan -->
<bool name="config_show_mobile_plan">true</bool>
+ <!-- Whether to show a check box or switch for manual provision -->
+ <bool name="config_custom_multi_sim_checkbox">false</bool>
+
+ <!-- Whether notify user that switch data service -->
+ <bool name="confirm_to_switch_data_service">false</bool>
<!-- Whether none security option is hide or not (country specific). -->
<bool name="config_hide_none_security_option">false</bool>