You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
273 lines
14 KiB
273 lines
14 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2011 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<resources>
|
|
<!-- Whether to show override dnd settings -->
|
|
<bool name="show_override_dnd_settings">false</bool>
|
|
<!-- The default value for overriding dnd settings-->
|
|
<bool name="override_dnd_default">false</bool>
|
|
<!-- Whether to show main switch settings at the top -->
|
|
<bool name="show_main_switch_settings">true</bool>
|
|
<!-- Whether to show presidential alert settings -->
|
|
<bool name="show_presidential_alerts_settings">false</bool>
|
|
<!-- Whether to show extreme alert settings -->
|
|
<bool name="show_extreme_alert_settings">true</bool>
|
|
<!-- Whether to show severe alert settings -->
|
|
<bool name="show_severe_alert_settings">true</bool>
|
|
<!-- Whether to show amber alert settings -->
|
|
<bool name="show_amber_alert_settings">true</bool>
|
|
<!-- Whether to show test settings -->
|
|
<bool name="show_test_settings">true</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 -->
|
|
<bool name="watch_enable_non_emergency_audio">false</bool>
|
|
<!-- Whether to show CMAS messages by in a different order than received by prioritizing them -->
|
|
<bool name="show_cmas_messages_in_priority_order">false</bool>
|
|
<!-- Whether to ignore any alert message in ECBM(Emergency Callback Mode) -->
|
|
<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. -->
|
|
<bool name="show_exercise_settings">false</bool>
|
|
<!-- whether to display a separate exercise test settings. today, most of time, exercise channels was controlled by the main test toggle. -->
|
|
<bool name="show_separate_exercise_settings">false</bool>
|
|
<!-- Whether to display operator defined test settings when testing mode is off. -->
|
|
<!-- This is read only when show_separate_exercise_settings is on -->
|
|
<bool name="show_operator_defined_settings">false</bool>
|
|
<!-- whether to display a separate operator defined test settings. today, most of time, operator defined channels was controlled by the main test toggle. -->
|
|
<bool name="show_separate_operator_defined_settings">false</bool>
|
|
|
|
<!-- Whether to disable cell broadcast severe alert when extreme alert is disabled -->
|
|
<bool name="disable_severe_when_extreme_disabled">true</bool>
|
|
<!-- Whether to enable alert handling during active voice call. -->
|
|
<bool name="enable_alert_handling_during_call">false</bool>
|
|
<!-- Whether the user can mute the alert by physical button -->
|
|
<bool name="mute_by_physical_button">true</bool>
|
|
<!-- Whether enable LED flash when playing alert tones -->
|
|
<bool name="enable_led_flash">false</bool>
|
|
<!-- Whether allowing testing mode on user build or not -->
|
|
<bool name="allow_testing_mode_on_user_build">true</bool>
|
|
<!-- Whether to save alerts to sms inbox database -->
|
|
<bool name="enable_write_alerts_to_sms_inbox">false</bool>
|
|
<!-- Whether to always mark sms read -->
|
|
<bool name="always_mark_sms_read">false</bool>
|
|
<!-- Whether to retry message history data migration after db creation -->
|
|
<bool name="retry_message_history_data_migration">false</bool>
|
|
|
|
<!-- Section for switch 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>
|
|
<!-- Amber alerts toggle default value -->
|
|
<bool name="amber_alerts_enabled_default">true</bool>
|
|
<!-- Extreme alerts toggle default value -->
|
|
<bool name="extreme_threat_alerts_enabled_default">true</bool>
|
|
<!-- Severe alerts toggle default value -->
|
|
<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 -->
|
|
<bool name="test_alerts_enabled_default">false</bool>
|
|
<!-- Exercise test alerts toggle default value -->
|
|
<bool name="test_exercise_alerts_enabled_default">false</bool>
|
|
<!-- Operator defined test alerts toggle default value -->
|
|
<bool name="test_operator_defined_alerts_enabled_default">false</bool>
|
|
|
|
<!-- Area info toggle default value -->
|
|
<bool name="area_update_info_alerts_enabled_default">true</bool>
|
|
<!-- Show area update info settings in CellBroadcastReceiver and information in SIM status in Settings app -->
|
|
<!-- TODO: we have another copy of this config in framework which is consumed by settings. should clean this up as part of brazil 50 refactor -->
|
|
<bool name="config_showAreaUpdateInfoSettings">false</bool>
|
|
<!-- Show cellbroadcast message history entry point in the application launcher.-->
|
|
<bool name="show_message_history_in_launcher">false</bool>
|
|
<!-- Allow user to enable/disable audio speech alert (text-to-speech for received messages)-->
|
|
<bool name="show_alert_speech_setting">false</bool>
|
|
<!-- always overriding dnd settings: Play alert sound in full volume regardless DND is on. Applied to all channels -->
|
|
<bool name="override_dnd">false</bool>
|
|
<!-- Default value which determines whether spoken alerts enabled -->
|
|
<bool name="enable_alert_speech_default">true</bool>
|
|
|
|
<!-- Specify second language code to receive emergency alerts -->
|
|
<string name="emergency_alert_second_language_code" translatable="false"></string>
|
|
<!-- 4370, 4383 -->
|
|
<string-array name="cmas_presidential_alerts_channels_range_strings" translatable="false">
|
|
<item>0x1112:rat=gsm, emergency=true, always_on=true</item>
|
|
<item>0x1000:rat=cdma, emergency=true, always_on=true</item>
|
|
<!-- additional language -->
|
|
<item>0x111F:rat=gsm, emergency=true, always_on=true</item>
|
|
</string-array>
|
|
<!-- 4371~4372, 4384~4385 -->
|
|
<string-array name="cmas_alert_extreme_channels_range_strings" translatable="false">
|
|
<item>0x1113-0x1114:rat=gsm, emergency=true</item>
|
|
<item>0x1001:rat=cdma, emergency=true</item>
|
|
<!-- additional language -->
|
|
<item>0x1120-0x1121:rat=gsm, emergency=true</item>
|
|
</string-array>
|
|
<!-- 4373~4378, 4386~4391 -->
|
|
<string-array name="cmas_alerts_severe_range_strings" translatable="false">
|
|
<item>0x1115-0x111A:rat=gsm, emergency=true</item>
|
|
<item>0x1002:rat=cdma, emergency=true</item>
|
|
<!-- additional language -->
|
|
<item>0x1122-0x1127:rat=gsm, emergency=true</item>
|
|
</string-array>
|
|
<!-- 4379, 4392 -->
|
|
<string-array name="cmas_amber_alerts_channels_range_strings" translatable="false">
|
|
<item>0x111B:rat=gsm, emergency=true</item>
|
|
<item>0x1003:rat=cdma, emergency=true</item>
|
|
<!-- additional language -->
|
|
<item>0x1128:rat=gsm, emergency=true</item>
|
|
</string-array>
|
|
<!-- 4380~4382, 4393~4395 -->
|
|
<string-array name="required_monthly_test_range_strings" translatable="false">
|
|
<item>0x111C:rat=gsm, emergency=true</item>
|
|
<item>0x1004:rat=cdma, emergency=true</item>
|
|
<!-- additional language -->
|
|
<item>0x1129:rat=gsm, emergency=true</item>
|
|
</string-array>
|
|
<string-array name="exercise_alert_range_strings" translatable="false">
|
|
<item>0x111D:rat=gsm, emergency=true</item>
|
|
<!-- additional language -->
|
|
<item>0x112A:rat=gsm, emergency=true</item>
|
|
</string-array>
|
|
<string-array name="operator_defined_alert_range_strings" translatable="false">
|
|
<item>0x111E:rat=gsm, emergency=true</item>
|
|
<!-- additional language -->
|
|
<item>0x112B:rat=gsm, emergency=true</item>
|
|
</string-array>
|
|
|
|
<!-- 4352~4354, 4356 -->
|
|
<string-array name="etws_alerts_range_strings" translatable="false">
|
|
<item>0x1100-0x1102:rat=gsm, emergency=true</item>
|
|
<item>0x1104:rat=gsm, emergency=true</item>
|
|
</string-array>
|
|
<!-- 4355-->
|
|
<string-array name="etws_test_alerts_range_strings" translatable="false">
|
|
<item>0x1103:rat=gsm, emergency=true</item>
|
|
</string-array>
|
|
|
|
<!-- Additional cell broadcast channels to enable -->
|
|
<string-array name="additional_cbs_channels_strings" translatable="false"></string-array>
|
|
<!-- Channels to receive emergency alerts -->
|
|
<string-array name="emergency_alerts_channels_range_strings" translatable="false"></string-array>
|
|
<!-- Channels to receive public safety messages -->
|
|
<string-array name="public_safety_messages_channels_range_strings" translatable="false"></string-array>
|
|
<!-- Channels to receive state/local test messages -->
|
|
<string-array name="state_local_test_alert_range_strings" translatable="false"></string-array>
|
|
<!-- Channels to receive geo-fencing trigger messages -->
|
|
<string-array name="geo_fencing_trigger_messages_range_strings" translatable="false"></string-array>
|
|
|
|
<!-- Values that are retrieved from the ListPreference.
|
|
These must match the alert_reminder_interval_entries list above. -->
|
|
<string-array name="alert_reminder_interval_values" translatable="false">
|
|
<item>1</item>
|
|
<item>2</item>
|
|
<item>5</item>
|
|
<item>15</item>
|
|
<item>0</item>
|
|
</string-array>
|
|
|
|
<!-- Values that are active in the ListPreference.
|
|
These must be a subset of the alert_reminder_interval_values list above. -->
|
|
<string-array name="alert_reminder_interval_active_values" translatable="false">
|
|
<item>1</item>
|
|
<item>2</item>
|
|
<item>15</item>
|
|
<item>0</item>
|
|
</string-array>
|
|
|
|
<!-- Default value that in the ListPreference.
|
|
These must be a subset of the alert_reminder_interval_values list above. -->
|
|
<string name="alert_reminder_interval_in_min_default" translatable="false">0</string>
|
|
|
|
<!-- Values that for the vibration pattern. -->
|
|
<integer-array name="default_vibration_pattern">
|
|
<item>0</item> <!-- the number of milliseconds to wait before turning the vibrator on -->
|
|
<item>2000</item> <!-- the number of milliseconds for which to keep the vibrator on before turning it off -->
|
|
<item>500</item> <!-- Subsequent values alternate between durations in milliseconds to turn the vibrator off or to turn the vibrator on -->
|
|
<item>1000</item>
|
|
<item>500</item>
|
|
<item>1000</item>
|
|
<item>500</item>
|
|
<item>2000</item>
|
|
<item>500</item>
|
|
<item>1000</item>
|
|
<item>500</item>
|
|
<item>1000</item>
|
|
</integer-array>
|
|
|
|
<!-- Vibrator pattern to be used as the default for notifications copy of
|
|
config_defaultNotificationVibePattern -->
|
|
<integer-array name="default_notification_vibration_pattern">
|
|
<item>0</item>
|
|
<item>350</item>
|
|
<item>250</item>
|
|
<item>350</item>
|
|
</integer-array>
|
|
|
|
<!-- Value of the first reminder interval in minutes. 0 means using one of the
|
|
alert_reminder_interval_values for the interval of first reminder -->
|
|
<integer name="first_reminder_interval_in_min">0</integer>
|
|
|
|
<!-- Whether to disable the opt-out dialog for all channels -->
|
|
<bool name="disable_opt_out_dialog">false</bool>
|
|
|
|
<!-- Whether the emergency alert notification is non-swipeable -->
|
|
<bool name="non_swipeable_notification">false</bool>
|
|
|
|
<!-- Text links generating method. Could be one of the followings.
|
|
"none": Not adding any link to message texts.
|
|
"legacy_linkify": Use the legacy linkify to add links to message texts.
|
|
"smart_linkify": Use machine learning based smart linkify to add links to message texts.
|
|
-->
|
|
<string name="link_method" translatable="false">smart_linkify</string>
|
|
|
|
<!-- Whether enabling copy message text into clipboard by long press -->
|
|
<bool name="enable_text_copy">true</bool>
|
|
|
|
<!-- Whether to override the language of the alert dialog's title to match the message locale -->
|
|
<bool name="override_alert_title_language_to_match_message_locale">false</bool>
|
|
|
|
<!-- Whether to display a notification with the pop-up dialog in the foreground when the device
|
|
has active connections to companion devices.
|
|
TODO: enable this feature by default in the future. -->
|
|
<bool name="show_notification_if_connected_to_companion_devices">false</bool>
|
|
|
|
<!-- Whether to display a notification with pop-up dialog in the foreground.
|
|
KR carriers mandate to always show notifications along with alert dialog. -->
|
|
<bool name="show_alert_dialog_with_notification">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>
|
|
|
|
<!-- String used to override message body for certain service categories.
|
|
The format for each entry is: "service_category:message".
|
|
'>' is a special character which indicates that the carrier's name should be shown -->
|
|
<string-array name="message_body_override" translatable="false"></string-array>
|
|
</resources>
|