summaryrefslogtreecommitdiff
path: root/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml21
1 files changed, 7 insertions, 14 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 30ecdbd1b..7017546ec 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -31,14 +31,8 @@
<bool name="show_amber_alert_settings">true</bool>
<!-- Whether to show test settings -->
<bool name="show_test_settings">true</bool>
- <!-- Whether to show vibration settings -->
- <bool name="show_vibration_settings">true</bool>
- <!-- Whether to append date-time to the alert title -->
- <bool name="show_date_time_title">false</bool>
- <!-- if appending date-time to alert title, whether to include year -->
- <bool name="show_date_time_with_year_title">false</bool>
- <!-- if appending date-time to alert title, whether to use numeric format -->
- <bool name="show_date_in_numeric_format">false</bool>
+ <!-- append date-time to the alert title with specified format -->
+ <string name="date_time_format" translatable="false"></string>
<!-- Whether to compare message body when performing message duplicate dection -->
<bool name="duplicate_compare_body">false</bool>
<!-- Whether to enable audio alert for non emergency broadcasts on FEATURE_WATCH devices -->
@@ -49,6 +43,8 @@
<bool name="ignore_messages_in_ecbm">false</bool>
<!-- Whether to display public safety alert settings, some countries/carriers want to enable it by default and not allow users to disable -->
<bool name="show_public_safety_settings">true</bool>
+ <!-- Whether to show settings that allows user to turn off full-screen public safety messages -->
+ <bool name="show_public_safety_full_screen_settings">false</bool>
<!-- Whether to display state/local test settings, some countries/carriers want to enable it by default and not allow users to disable -->
<bool name="show_state_local_test_settings">true</bool>
<!-- Whether to display exercise test settings when testing mode is off. -->
@@ -79,7 +75,7 @@
<bool name="retry_message_history_data_migration">false</bool>
<!-- Section for switch default value -->
- <!-- Master toggle default value -->
+ <!-- Main toggle default value -->
<bool name="master_toggle_enabled_default">true</bool>
<!-- Emergency alerts toggle default value -->
<bool name="emergency_alerts_enabled_default">true</bool>
@@ -91,6 +87,8 @@
<bool name="severe_threat_alerts_enabled_default">true</bool>
<!-- Public safety messages toggle default value -->
<bool name="public_safety_messages_enabled_default">true</bool>
+ <!-- Public safety full-screen messages toggle default value -->
+ <bool name="public_safety_messages_full_screen_enabled_default">true</bool>
<!-- State local test alerts toggle default value -->
<bool name="state_local_test_alerts_enabled_default">false</bool>
<!-- Other test alerts toggle default value -->
@@ -258,11 +256,6 @@
This is used to support emergency alert on the companion devices by bridged notification -->
<bool name="show_alert_dialog_with_notification">false</bool>
- <!-- Whether to disable status bar while alert dialog is showing.
- Some carriers mandate this to make sure users do not switch to other activities
- until pressing the "ok" button -->
- <bool name="disable_status_bar">false</bool>
-
<!-- Whether to show the alert dialog at the bottom of the screen in order to avoid blocking
other content -->
<bool name="alert_dialog_bottom">false</bool>