45 lines
2.4 KiB
XML
45 lines
2.4 KiB
XML
<?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 enable ETWS settings (Japan) -->
|
|
<bool name="show_etws_settings">true</bool>
|
|
<!-- Whether to enable CMAS settings (United States) -->
|
|
<bool name="show_cmas_settings">true</bool>
|
|
<!-- Whether to enable channel 50 settings (Brazil) -->
|
|
<bool name="show_brazil_settings">true</bool>
|
|
<!-- Whether to enable channel 50 and 60 settings (India) -->
|
|
<bool name="show_india_settings">true</bool>
|
|
<!-- CellBroadcast channel 60 enabled or not,default value is true -->
|
|
<bool name="def_channel_60_enabled">true</bool>
|
|
<bool name="config_disable_etws_cellbroadcast_settings">false</bool>
|
|
<bool name="config_disable_dev_cellbroadcast_settings">false</bool>
|
|
<bool name="config_regional_wea_alert_reminder_interval">false</bool>
|
|
<bool name="config_regional_presidential_wea_with_tone_vibrate">false</bool>
|
|
<bool name="config_regional_wea_duplicated_check_database">false</bool>
|
|
<bool name="config_regional_wea_duplicated_check_deleted_records">false</bool>
|
|
<bool name="config_regional_wea_show_presidential_alert">false</bool>
|
|
<bool name="config_regional_wea_rm_turn_on_notification">false</bool>
|
|
<bool name="config_regional_wea_rm_alert_reminder">false</bool>
|
|
<bool name="config_regional_wea_alert_tone_enable">false</bool>
|
|
<!--To stop alert after the specified duration -->
|
|
<bool name="config_regional_stop_alert_on_duration">true</bool>
|
|
<!-- To disable "Alert sound duration" and "Vibrate" option from setting -->
|
|
<bool name="config_regional_disable_tone_vibration">false</bool>
|
|
<!-- Don't receive any cellbroadcast messages -->
|
|
<bool name="config_regional_disable_cb_message">false</bool>
|
|
<bool name="config_regional_always_notify_with_tone_vibrate">false</bool>
|
|
</resources>
|