Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2009 The Android Open Source Project
      3 
      4      Licensed under the Apache License, Version 2.0 (the "License");
      5      you may not use this file except in compliance with the License.
      6      You may obtain a copy of the License at
      7 
      8           http://www.apache.org/licenses/LICENSE-2.0
      9 
     10      Unless required by applicable law or agreed to in writing, software
     11      distributed under the License is distributed on an "AS IS" BASIS,
     12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13      See the License for the specific language governing permissions and
     14      limitations under the License.
     15 -->
     16 
     17 <resources>
     18     <!-- Whether or not the dock settings are to be displayed for this device when docked -->
     19     <bool name="has_dock_settings">false</bool>
     20     <!-- Whether there is a boot sounds checkbox -->
     21     <bool name="has_boot_sounds">false</bool>
     22     <!-- Whether there is a silent mode checkbox  -->
     23     <bool name="has_silent_mode">true</bool>
     24     <!-- Whether the DEPRECATED power control widget is enabled for this
     25          device. Should be overridden for specific product builds. -->
     26     <bool name="has_powercontrol_widget">false</bool>
     27 
     28     <!-- Display additional System Update menu if true -->
     29     <bool name="config_additional_system_update_setting_enable">false</bool>
     30 
     31     <!-- Whether the bluetooth activation confirmation dialogs should be auto dismissed.
     32          Can be overridden for specific product builds. -->
     33     <bool name="auto_confirm_bluetooth_activation_dialog">false</bool>
     34 
     35     <!-- Whether to show a preference item for the manual in About phone -->
     36     <bool name="config_show_manual">false</bool>
     37     <!-- Whether to show a preference item for regulatory information in About phone -->
     38     <bool name="config_show_regulatory_info">false</bool>
     39 
     40     <!-- Whether to show a preference item for mobile plan -->
     41     <bool name="config_show_mobile_plan">true</bool>
     42 
     43     <!-- Whether none security option is hide or not  (country specific). -->
     44     <bool name="config_hide_none_security_option">false</bool>
     45 
     46     <!-- Whether swipe security option is hidden or not -->
     47     <bool name="config_hide_swipe_security_option">false</bool>
     48 
     49     <!--Whether help links are defined. -->
     50     <bool name="config_has_help">false</bool>
     51 
     52     <!-- Whether Wi-Fi settings should be shown or not.
     53     This also controls whether Wi-fi related sub-settings (e.g. Wi-Fi preferences) will
     54     surface in search results or not.-->
     55     <bool name="config_show_wifi_settings">true</bool>
     56 
     57     <!-- Whether toggle_airplane is available or not. -->
     58     <bool name="config_show_toggle_airplane">true</bool>
     59 
     60     <!-- Whether memory from app_info_settings is available or not. -->
     61     <bool name="config_show_app_info_settings_memory">true</bool>
     62 
     63     <!-- Whether battery from app_info_settings is available or not. -->
     64     <bool name="config_show_app_info_settings_battery">true</bool>
     65 
     66     <!-- Whether location mode is available or not. -->
     67     <bool name="config_location_mode_available">true</bool>
     68 
     69     <!-- Whether location scanning is available or not. -->
     70     <bool name="config_show_location_scanning">true</bool>
     71 
     72     <!-- Whether high_power_apps should be shown or not. -->
     73     <bool name="config_show_high_power_apps">true</bool>
     74 
     75     <!-- Whether media_volume should be shown or not. -->
     76     <bool name="config_show_media_volume">true</bool>
     77 
     78     <!-- Whether alarm_volume should be shown or not. -->
     79     <bool name="config_show_alarm_volume">true</bool>
     80 
     81     <!-- Whether call_volume should be shown or not. -->
     82     <bool name="config_show_call_volume">true</bool>
     83 
     84     <!-- Whether notification_volume should be shown or not. -->
     85     <bool name="config_show_notification_volume">true</bool>
     86 
     87     <!-- Whether notification_ringtone should be shown or not. -->
     88     <bool name="config_show_notification_ringtone">true</bool>
     89 
     90     <!-- Whether screen_locking_sounds should be shown or not. -->
     91     <bool name="config_show_screen_locking_sounds">true</bool>
     92 
     93     <!-- Whether charging_sounds should be shown or not. -->
     94     <bool name="config_show_charging_sounds">true</bool>
     95 
     96     <!-- Whether touch_sounds should be shown or not. -->
     97     <bool name="config_show_touch_sounds">true</bool>
     98 
     99     <!-- Whether device_administrators should be shown or not. -->
    100     <bool name="config_show_device_administrators">true</bool>
    101 
    102     <!-- Whether encryption_and_credentials_encryption_status should be shown or not. -->
    103     <bool name="config_show_encryption_and_credentials_encryption_status">true</bool>
    104 
    105     <!-- Whether premium_sms should be shown or not. -->
    106     <bool name="config_show_premium_sms">true</bool>
    107 
    108     <!-- Whether data_saver should be shown or not. -->
    109     <bool name="config_show_data_saver">true</bool>
    110 
    111     <!-- Whether enabled_vr_listeners should be shown or not. -->
    112     <bool name="config_show_enabled_vr_listeners">true</bool>
    113 
    114     <!-- Whether phone_language should be shown or not. -->
    115     <bool name="config_show_phone_language">true</bool>
    116 
    117     <!-- Whether virtual_keyboard_pref should be shown or not. -->
    118     <bool name="config_show_virtual_keyboard_pref">true</bool>
    119 
    120     <!-- Whether physical_keyboard_pref should be shown or not. -->
    121     <bool name="config_show_physical_keyboard_pref">true</bool>
    122 
    123     <!-- Whether spellcheckers_settings should be shown or not. -->
    124     <bool name="config_show_spellcheckers_settings">true</bool>
    125 
    126     <!-- Whether tts_settings_summary should be shown or not. -->
    127     <bool name="config_show_tts_settings_summary">true</bool>
    128 
    129     <!-- Whether pointer_speed should be shown or not. -->
    130     <bool name="config_show_pointer_speed">true</bool>
    131 
    132     <!-- Whether vibrate_input_devices should be shown or not. -->
    133     <bool name="config_show_vibrate_input_devices">true</bool>
    134 
    135     <!-- Whether manage_device_admin should be shown or not. -->
    136     <bool name="config_show_manage_device_admin">true</bool>
    137 
    138     <!-- Whether unlock_set_or_change should be shown or not. -->
    139     <bool name="config_show_unlock_set_or_change">true</bool>
    140 
    141     <!-- Whether screen_pinning_settings should be shown or not. -->
    142     <bool name="config_show_screen_pinning_settings">true</bool>
    143 
    144     <!-- Whether manage_trust_agents should be shown or not. -->
    145     <bool name="config_show_manage_trust_agents">true</bool>
    146 
    147     <!-- Whether show_password should be shown or not. -->
    148     <bool name="config_show_show_password">true</bool>
    149 
    150     <!-- Whether trust_agent_click_intent should be shown or not. -->
    151     <bool name="config_show_trust_agent_click_intent">true</bool>
    152 
    153     <!-- Whether wallpaper attribution should be shown or not. -->
    154     <bool name="config_show_wallpaper_attribution">true</bool>
    155 
    156     <!-- Whether default_home should be shown or not. -->
    157     <bool name="config_show_default_home">true</bool>
    158 
    159     <!-- Whether assist_and_voice_input should be shown or not. -->
    160     <bool name="config_show_assist_and_voice_input">true</bool>
    161 
    162     <!-- Whether reset_dashboard should be shown or not. -->
    163     <bool name="config_show_reset_dashboard">true</bool>
    164 
    165     <!-- Whether system_update_settings should be shown or not. -->
    166     <bool name="config_show_system_update_settings">true</bool>
    167 
    168     <!-- Whether device_model should be shown or not. -->
    169     <bool name="config_show_device_model">true</bool>
    170 
    171     <!-- Whether wifi_ip_address should be shown or not. -->
    172     <bool name="config_show_wifi_ip_address">true</bool>
    173 
    174     <!-- Whether wifi_mac_address should be shown or not. -->
    175     <bool name="config_show_wifi_mac_address">true</bool>
    176 
    177     <!-- Whether to disable "Uninstall Updates" menu item for System apps or not.. -->
    178     <bool name="config_disable_uninstall_update">false</bool>
    179 </resources>
    180