summaryrefslogtreecommitdiff
path: root/res/values-mcc730/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-mcc730/config.xml')
-rw-r--r--res/values-mcc730/config.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/res/values-mcc730/config.xml b/res/values-mcc730/config.xml
index 877cfb09d..563ddfdb1 100644
--- a/res/values-mcc730/config.xml
+++ b/res/values-mcc730/config.xml
@@ -61,18 +61,11 @@
<!-- Play alert sound in full volume regardless Do Not Disturb is on -->
<bool name="override_dnd">true</bool>
<!-- Append date-time to the alert title -->
- <bool name="show_date_time_title">true</bool>
- <!-- if appending date-time to alert title, whether to include year -->
- <bool name="show_date_time_with_year_title">true</bool>
- <!-- if appending date-time to alert title, whether to use numeric format -->
- <bool name="show_date_in_numeric_format">true</bool>
+ <string name="date_time_format" translatable="false">yyyy-MM-dd, HH:mm a</string>
<!-- Link method -->
<string name="link_method" translatable="false">none</string>
<!-- Whether the user can mute the alert by physical button -->
<bool name="mute_by_physical_button">false</bool>
- <!-- Whether to disable the status bar while alert is showing, not allow
- users to interact with other activities until pressing the "ok" button -->
- <bool name="disable_status_bar">true</bool>
<!-- Whether to disable the opt-out dialog for all channels -->
<bool name="disable_opt_out_dialog">true</bool>
<bool name="show_main_switch_settings">false</bool>