diff options
Diffstat (limited to 'res/values/bools.xml')
-rw-r--r-- | res/values/bools.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/bools.xml b/res/values/bools.xml index 278859b..23bdf0d 100644 --- a/res/values/bools.xml +++ b/res/values/bools.xml @@ -25,4 +25,11 @@ <!-- Display additional System Update menu if true --> <bool name="config_additional_system_update_setting_enable">false</bool> + + <!-- Whether the bluetooth activation confirmation dialogs should be auto dismissed. + Can be overridden for specific product builds. --> + <bool name="auto_confirm_bluetooth_activation_dialog">false</bool> + + <!-- Whether User management screen is available --> + <bool name="enable_user_management">false</bool> </resources> |