blob: bd61f00eaaf6ee1c100e37ea21b41fd45a78ae09 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/**
4 * Copyright (c) 2009, The Android Open Source Project
5 *
Amith Yamasaniad450be2010-09-16 16:47:00 -07006 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009 *
Amith Yamasaniad450be2010-09-16 16:47:00 -070010 * http://www.apache.org/licenses/LICENSE-2.0
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011 *
Amith Yamasaniad450be2010-09-16 16:47:00 -070012 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080016 * limitations under the License.
17 */
18-->
19<resources>
20 <bool name="def_dim_screen">true</bool>
21 <integer name="def_screen_off_timeout">60000</integer>
Jeff Brown05af6ad2014-09-30 20:54:30 -070022 <integer name="def_sleep_timeout">-1</integer>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080023 <bool name="def_airplane_mode_on">false</bool>
Bryce Lee584a4452014-10-21 15:55:55 -070024 <bool name="def_theater_mode_on">false</bool>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080025 <!-- Comma-separated list of bluetooth, wifi, and cell. -->
tk.mun148c7d02011-10-13 22:51:57 +090026 <string name="def_airplane_mode_radios" translatable="false">cell,bluetooth,wifi,nfc,wimax</string>
Nick Pelly8d32a012011-08-09 07:03:49 -070027 <string name="airplane_mode_toggleable_radios" translatable="false">bluetooth,wifi,nfc</string>
Bryce Leeec85f342015-12-16 13:32:28 -080028 <string name="def_bluetooth_disabled_profiles" translatable="false">0</string>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080029 <bool name="def_auto_time">true</bool>
Amith Yamasaniad450be2010-09-16 16:47:00 -070030 <bool name="def_auto_time_zone">true</bool>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080031 <bool name="def_accelerometer_rotation">true</bool>
32 <!-- Default screen brightness, from 0 to 255. 102 is 40%. -->
33 <integer name="def_screen_brightness">102</integer>
Dan Murphy951764b2009-08-27 14:59:03 -050034 <bool name="def_screen_brightness_automatic_mode">false</bool>
The Android Open Source Projectba87e3e2009-03-13 13:04:22 -070035 <fraction name="def_window_animation_scale">100%</fraction>
Dianne Hackbornbfe319e2009-09-21 00:34:05 -070036 <fraction name="def_window_transition_scale">100%</fraction>
Dianne Hackborn075a18d2009-09-26 12:43:19 -070037 <bool name="def_haptic_feedback">true</bool>
Amith Yamasaniad450be2010-09-16 16:47:00 -070038
Andre Eisenbach8c184312016-09-06 18:03:10 -070039 <bool name="def_bluetooth_on">true</bool>
Jeff Brown89d55462012-09-19 11:33:42 -070040 <bool name="def_wifi_display_on">false</bool>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080041 <bool name="def_install_non_market_apps">false</bool>
rich cannings16e119e2012-09-06 12:04:37 -070042 <bool name="def_package_verifier_enable">true</bool>
Amith Yamasaniad450be2010-09-16 16:47:00 -070043 <!-- Comma-separated list of location providers.
Mike Lockwood79a6b3b2009-05-19 07:57:58 -040044 Network location is off by default because it requires
Amith Yamasaniad450be2010-09-16 16:47:00 -070045 user opt-in via Setup Wizard or Settings.
Mike Lockwood79a6b3b2009-05-19 07:57:58 -040046 -->
Eric Fischer2bfe11a2009-07-28 10:17:25 -070047 <string name="def_location_providers_allowed" translatable="false">gps</string>
Mike Lockwoodbcab8df2009-06-25 16:39:09 -040048 <bool name="assisted_gps_enabled">true</bool>
Mike Lockwoodd3c5e1e2012-01-06 14:07:57 -050049 <bool name="def_netstats_enabled">true</bool>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080050 <bool name="def_usb_mass_storage_enabled">true</bool>
51 <bool name="def_wifi_on">false</bool>
Dmitry Shmidt8de24dc2012-09-05 12:18:41 -070052 <!-- 0 == never, 1 == only when plugged in, 2 == always -->
53 <integer name="def_wifi_sleep_policy">2</integer>
Stephen Chen8ca96c12016-11-16 15:46:51 -080054 <bool name="def_wifi_wakeup_enabled">false</bool>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080055 <bool name="def_networks_available_notification_on">true</bool>
Amith Yamasaniad450be2010-09-16 16:47:00 -070056
Dianne Hackborncf098292009-07-01 19:55:20 -070057 <bool name="def_backup_enabled">false</bool>
Christopher Tate09dedc92010-08-24 15:37:42 -070058 <string name="def_backup_transport" translatable="false">android/com.android.internal.backup.LocalTransport</string>
59
Amith Yamasaniad450be2010-09-16 16:47:00 -070060 <!-- Default value for whether or not to pulse the notification LED when there is a
Amith Yamasaniae3ed702009-12-01 19:02:05 -080061 pending notification -->
62 <bool name="def_notification_pulse">true</bool>
San Mehat87734d32010-01-08 12:53:06 -080063
64 <bool name="def_mount_play_notification_snd">true</bool>
65 <bool name="def_mount_ums_autostart">false</bool>
66 <bool name="def_mount_ums_prompt">true</bool>
67 <bool name="def_mount_ums_notify_enabled">true</bool>
68
Daniel Sandler0e9d2af2010-01-25 11:33:03 -050069 <!-- user interface sound effects -->
70 <integer name="def_power_sounds_enabled">1</integer>
Daniel Sandler8c9233f2010-03-08 12:03:05 -050071 <string name="def_low_battery_sound" translatable="false">/system/media/audio/ui/LowBattery.ogg</string>
Daniel Sandler63e1d262010-02-23 19:43:35 -050072 <integer name="def_dock_sounds_enabled">0</integer>
Vinod Krishnancf11cea2016-10-20 22:57:02 -070073 <integer name="def_dock_sounds_enabled_when_accessibility">0</integer>
Eric Fischer00f58432010-02-24 11:43:12 -080074 <string name="def_desk_dock_sound" translatable="false">/system/media/audio/ui/Dock.ogg</string>
75 <string name="def_desk_undock_sound" translatable="false">/system/media/audio/ui/Undock.ogg</string>
76 <string name="def_car_dock_sound" translatable="false">/system/media/audio/ui/Dock.ogg</string>
77 <string name="def_car_undock_sound" translatable="false">/system/media/audio/ui/Undock.ogg</string>
Amith Yamasani42722bf2011-07-22 10:34:27 -070078 <integer name="def_lockscreen_sounds_enabled">1</integer>
Eric Fischer00f58432010-02-24 11:43:12 -080079 <string name="def_lock_sound" translatable="false">/system/media/audio/ui/Lock.ogg</string>
80 <string name="def_unlock_sound" translatable="false">/system/media/audio/ui/Unlock.ogg</string>
Adrian Roos49e057d2014-08-13 17:14:51 +020081 <string name="def_trusted_sound" translatable="false">/system/media/audio/ui/Trusted.ogg</string>
Jeff Brown84e27562012-12-07 13:56:34 -080082 <string name="def_wireless_charging_started_sound" translatable="false">/system/media/audio/ui/WirelessChargingStarted.ogg</string>
83
Mike Lockwood7bef7392011-10-20 16:51:53 -040084 <bool name="def_lockscreen_disabled">false</bool>
Mike Lockwood23955272011-10-21 11:22:48 -040085 <bool name="def_device_provisioned">false</bool>
Dmytro Dubovyk729f6682012-12-18 18:07:50 +020086 <integer name="def_dock_audio_media_enabled">1</integer>
Daniel Sandler0e9d2af2010-01-25 11:33:03 -050087
Amith Yamasani43dee062011-01-20 12:34:03 -080088 <!-- Notifications use ringer volume -->
89 <bool name="def_notifications_use_ring_volume">true</bool>
90
Daniel Sandler1c7fa482010-03-10 09:45:01 -050091 <!-- Default for Settings.System.VIBRATE_IN_SILENT -->
92 <bool name="def_vibrate_in_silent">true</bool>
Mike Lockwoodeabe8bf2010-08-31 14:35:23 -040093
Svetoslav Ganov585f13f8d2010-08-10 07:59:15 -070094 <!-- Default for Settings.Secure.ACCESSIBILITY_SCRIPT_INJECTION -->
95 <bool name="def_accessibility_script_injection">false</bool>
96
Svetoslav Ganov55f937a2011-12-05 11:42:07 -080097 <!-- Default for Settings.Secure.ACCESSIBILITY_SPEAK_PASSWORD -->
98 <bool name="def_accessibility_speak_password">false</bool>
99
Svetoslav Ganov585f13f8d2010-08-10 07:59:15 -0700100 <!-- Default for Settings.Secure.ACCESSIBILITY_WEB_CONTENT_KEY_BINDINGS -->
Svetoslav Ganov174718b2010-09-30 11:02:21 -0700101 <string name="def_accessibility_web_content_key_bindings" translatable="false">
Svetoslav Ganovbfc3ce72011-01-12 23:17:13 -0800102 <!-- DPAD/Trackball UP - traverse previous on current axis and send an event. -->
Svetoslav Ganov585f13f8d2010-08-10 07:59:15 -0700103 0x13=0x01000100;
Svetoslav Ganovbfc3ce72011-01-12 23:17:13 -0800104 <!-- DPAD/Trackball DOWN - traverse next on current axis and send an event. -->
Svetoslav Ganov585f13f8d2010-08-10 07:59:15 -0700105 0x14=0x01010100;
Svetoslav Ganovbfc3ce72011-01-12 23:17:13 -0800106 <!-- DPAD/Trackball LEFT - traverse previous on the character navigation axis and send event. -->
107 0x15=0x02000001;
108 <!-- DPAD/Trackball RIGHT - traverse next on the character navigation axis end send event. -->
109 0x16=0x02010001;
110 <!-- Alt+DPAD/Trackball UP - go to the top of the document. -->
111 0x200000013=0x02000601;
112 <!-- Alt+DPAD/Trackball DOWN - go to the bottom of the document. -->
113 0x200000014=0x02010601;
114 <!-- Alt+DPAD/Trackball LEFT - transition from an axis to another and sends an event.-->
115 <!-- Axis transitions: 2 -> 1; -->
116 0x200000015=0x03020101;
117 <!-- Alt+DPAD/Trackball RIGHT - transition from an axis to another and sends an event. -->
118 <!-- Axis transitions: 1 -> 2; -->
119 0x200000016=0x03010201;
120 <!-- Alt+g - go to the previous heading and send an event. -->
121 0x200000023=0x02000301;
122 <!-- Alt+h - go to the next heading and send an event. -->
123 0x200000024=0x02010301;
124 <!-- Alt+COMMA - transition to sentence navigation axis and send an event. -->
125 <!-- Axis transitions: 7 -> 2; -->
126 0x200000037=0x03070201;
127 <!-- Alt+PERIOD - transition to default web view behavior axis and send an event. -->
128 <!-- Axis transitions: 0 -> 7; 1 - > 7; 2 -> 7; -->
129 0x200000038=0x03000701:0x03010701:0x03020701;
Svetoslav Ganov585f13f8d2010-08-10 07:59:15 -0700130 </string>
131
Svetoslav Ganov3ca5a742011-12-06 15:24:37 -0800132 <!-- Default for Settings.Secure.ACCESSIBILITY_SCRIPT_INJECTION_URL -->
133 <string name="def_accessibility_screen_reader_url" translatable="false">
alanv3ff50a02012-06-20 16:51:00 -0700134 https://ssl.gstatic.com/accessibility/javascript/android/AndroidVox_v1.js
Svetoslav Ganov3ca5a742011-12-06 15:24:37 -0800135 </string>
136
Svetoslav Ganova28a16d2011-07-28 11:24:21 -0700137 <!-- Default for Settings.Secure.TOUCH_EXPLORATION_ENABLED -->
138 <bool name="def_touch_exploration_enabled">false</bool>
139
Svetoslav Ganov1cf70bb2012-08-06 10:53:34 -0700140 <!-- Default value for Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_SCALE -->
141 <fraction name="def_accessibility_display_magnification_scale">200%</fraction>
142
143 <!-- Default value for Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED -->
144 <bool name="def_accessibility_display_magnification_enabled">false</bool>
145
146 <!-- Default value for Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_AUTO_UPDATE -->
147 <bool name="def_accessibility_display_magnification_auto_update">true</bool>
148
Daniel Sandlerb73617d2010-08-17 00:41:00 -0400149 <!-- Default for Settings.System.USER_ROTATION -->
150 <integer name="def_user_rotation">0</integer>
Paul Westbrookd99d0dc2011-02-01 14:26:16 -0800151
152 <!-- Default for Settings.Secure.DOWNLOAD_MAX_BYTES_OVER_MOBILE. <=0 if no limit -->
153 <integer name="def_download_manager_max_bytes_over_mobile">-1</integer>
154 <!-- Default for Settings.Secure.DOWNLOAD_RECOMMENDED_MAX_BYTES_OVER_MOBILE. <=0 if no limit -->
155 <integer name="def_download_manager_recommended_max_bytes_over_mobile">-1</integer>
Svetoslav Ganov54d068e2011-03-02 12:58:40 -0800156
157 <!-- Default for Settings.Secure.LONG_PRESS_TIMEOUT_MILLIS -->
Dan Sandler71f85e92016-07-20 13:46:05 -0400158 <integer name="def_long_press_timeout_millis">400</integer>
Svetoslav Ganov54d068e2011-03-02 12:58:40 -0800159
Anthony Hugh96e9cc52016-07-12 15:17:24 -0700160 <!-- Default for Settings.Secure.MULTI_PRESS_TIMEOUT -->
161 <integer name="def_multi_press_timeout_millis">300</integer>
162
Prathmesh Prabhude16b862016-03-04 15:22:24 -0800163 <!-- Default for Settings.Secure.SHOW_IME_WITH_HARD_KEYBOARD -->
164 <bool name="def_show_ime_with_hard_keyboard">false</bool>
165
Jeff Brown1a84fd12011-06-02 01:26:32 -0700166 <!-- Default for Settings.System.POINTER_SPEED -->
167 <integer name="def_pointer_speed">0</integer>
168
Amith Yamasani42722bf2011-07-22 10:34:27 -0700169 <!-- Default for DTMF tones enabled -->
170 <bool name="def_dtmf_tones_enabled">true</bool>
171 <!-- Default for UI touch sounds enabled -->
172 <bool name="def_sound_effects_enabled">true</bool>
Mike Lockwood4b797dd2011-10-20 13:58:26 -0400173
174 <!-- Development settings -->
175 <bool name="def_stay_on_while_plugged_in">false</bool>
176
Mike Lockwood79f5a042012-02-13 13:37:23 -0800177 <!-- Number of retries for connecting to DHCP.
178 Value here is the same as WifiStateMachine.DEFAULT_MAX_DHCP_RETRIES -->
179 <integer name="def_max_dhcp_retries">9</integer>
Daniel Sandlerfdb7c362012-08-06 17:02:55 -0400180
John Spurlock7f1c2482012-10-05 11:15:28 -0400181 <!-- Default for Settings.Secure.USER_SETUP_COMPLETE -->
182 <bool name="def_user_setup_complete">false</bool>
Daniel Sandlerdea64622013-09-23 16:05:57 -0400183
184 <!-- Default for Settings.Global.LOW_BATTERY_SOUND_TIMEOUT.
185 0 means no timeout; battery sounds will always play
186 >0 is milliseconds of screen-off time after which battery sounds will not play -->
187 <integer name="def_low_battery_sound_timeout">0</integer>
Mike Lockwoodc02c4a72014-01-07 14:46:22 -0800188
189 <!-- Initial value for the Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS setting,
190 which is a comma separated list of packages that no longer need confirmation
191 for immersive mode.
192 Override to disable immersive mode confirmation for certain packages. -->
193 <string name="def_immersive_mode_confirmations" translatable="false"></string>
Christopher Tate91beb942014-01-22 19:02:04 -0800194
Oskar Grönqvist2c4254e2013-12-11 14:14:33 +0100195 <!-- Default for Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE -->
196 <integer name="def_wifi_scan_always_available">0</integer>
197
Dan Sandler52e5701e2014-07-22 23:14:54 -0400198 <!-- Default for Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1==on -->
Dan Sandler82a6c5c2014-02-20 14:43:20 -0500199 <integer name="def_lock_screen_show_notifications">1</integer>
200
Chris Wrencd8f4f72014-08-27 18:48:13 -0400201 <!-- Default for Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS -->
202 <bool name="def_lock_screen_allow_private_notifications">true</bool>
203
Chris Wren1cdd7dd2014-02-28 17:49:20 -0500204 <!-- Default for Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED, 1==on -->
205 <integer name="def_heads_up_enabled">1</integer>
206
Jerome Poichet550021e2014-09-11 10:38:12 -0700207 <!-- Default for Settings.Global.DEVICE_NAME $1=MANUFACTURER $2=MODEL-->
Jeff Sharkeyad59c432014-09-12 15:56:30 -0700208 <string name="def_device_name">%1$s %2$s</string>
209
210 <!-- Default for Settings.Global.DEVICE_NAME $1=MODEL-->
211 <string name="def_device_name_simple">%1$s</string>
Jerome Poichet147b4d72014-05-12 18:13:27 -0700212
Jeff Browna20dda42014-05-27 20:57:24 -0700213 <!-- Default for Settings.Secure.WAKE_GESTURE_ENABLED -->
214 <bool name="def_wake_gesture_enabled">true</bool>
215
Jason Monk27bbb2d2015-03-31 16:46:39 -0400216 <!-- Default state of tap to wake -->
217 <bool name="def_double_tap_to_wake">true</bool>
218
Martijn Coenen7ab4b7f2015-07-27 15:58:32 +0200219 <!-- Default for Settings.Secure.NFC_PAYMENT_COMPONENT -->
220 <string name="def_nfc_payment_component"></string>
Suprabh Shukla269c11e2015-12-02 16:51:16 -0800221
222 <!-- Default setting for ability to add users from the lock screen -->
223 <bool name="def_add_users_from_lockscreen">false</bool>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800224</resources>