2009-03-03 19:31:44 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/**
|
|
|
|
* Copyright (c) 2009, 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>
|
|
|
|
<bool name="def_dim_screen">true</bool>
|
|
|
|
<integer name="def_screen_off_timeout">60000</integer>
|
|
|
|
<bool name="def_airplane_mode_on">false</bool>
|
|
|
|
<!-- Comma-separated list of bluetooth, wifi, and cell. -->
|
2009-07-28 10:17:25 -07:00
|
|
|
<string name="def_airplane_mode_radios" translatable="false">cell,bluetooth,wifi</string>
|
2010-08-24 19:55:20 -07:00
|
|
|
<string name="airplane_mode_toggleable_radios" translatable="false">bluetooth,wifi</string>
|
2009-03-03 19:31:44 -08:00
|
|
|
<bool name="def_auto_time">true</bool>
|
|
|
|
<bool name="def_accelerometer_rotation">true</bool>
|
|
|
|
<!-- Default screen brightness, from 0 to 255. 102 is 40%. -->
|
|
|
|
<integer name="def_screen_brightness">102</integer>
|
2009-08-27 14:59:03 -05:00
|
|
|
<bool name="def_screen_brightness_automatic_mode">false</bool>
|
2009-03-13 13:04:22 -07:00
|
|
|
<fraction name="def_window_animation_scale">100%</fraction>
|
2009-09-21 00:34:05 -07:00
|
|
|
<fraction name="def_window_transition_scale">100%</fraction>
|
2009-09-26 12:43:19 -07:00
|
|
|
<bool name="def_haptic_feedback">true</bool>
|
2009-03-03 19:31:44 -08:00
|
|
|
|
|
|
|
<bool name="def_bluetooth_on">false</bool>
|
|
|
|
<bool name="def_install_non_market_apps">false</bool>
|
2009-05-19 07:57:58 -04:00
|
|
|
<!-- Comma-separated list of location providers.
|
|
|
|
Network location is off by default because it requires
|
|
|
|
user opt-in via Setup Wizard or Settings.
|
|
|
|
-->
|
2009-07-28 10:17:25 -07:00
|
|
|
<string name="def_location_providers_allowed" translatable="false">gps</string>
|
2009-06-25 16:39:09 -04:00
|
|
|
<bool name="assisted_gps_enabled">true</bool>
|
2009-03-03 19:31:44 -08:00
|
|
|
<!-- 0 == mobile, 1 == wifi. -->
|
|
|
|
<integer name="def_network_preference">1</integer>
|
|
|
|
<bool name="def_usb_mass_storage_enabled">true</bool>
|
|
|
|
<bool name="def_wifi_on">false</bool>
|
|
|
|
<bool name="def_networks_available_notification_on">true</bool>
|
2009-07-01 19:55:20 -07:00
|
|
|
|
|
|
|
<bool name="def_backup_enabled">false</bool>
|
2010-08-24 15:37:42 -07:00
|
|
|
<string name="def_backup_transport" translatable="false">android/com.android.internal.backup.LocalTransport</string>
|
|
|
|
|
2009-12-01 19:02:05 -08:00
|
|
|
<!-- Default value for whether or not to pulse the notification LED when there is a
|
|
|
|
pending notification -->
|
|
|
|
<bool name="def_notification_pulse">true</bool>
|
2010-01-08 12:53:06 -08:00
|
|
|
|
|
|
|
<bool name="def_mount_play_notification_snd">true</bool>
|
|
|
|
<bool name="def_mount_ums_autostart">false</bool>
|
|
|
|
<bool name="def_mount_ums_prompt">true</bool>
|
|
|
|
<bool name="def_mount_ums_notify_enabled">true</bool>
|
|
|
|
|
2010-01-25 11:33:03 -05:00
|
|
|
<!-- user interface sound effects -->
|
|
|
|
<integer name="def_power_sounds_enabled">1</integer>
|
2010-03-08 12:03:05 -05:00
|
|
|
<string name="def_low_battery_sound" translatable="false">/system/media/audio/ui/LowBattery.ogg</string>
|
2010-02-23 19:43:35 -05:00
|
|
|
<integer name="def_dock_sounds_enabled">0</integer>
|
2010-02-24 11:43:12 -08:00
|
|
|
<string name="def_desk_dock_sound" translatable="false">/system/media/audio/ui/Dock.ogg</string>
|
|
|
|
<string name="def_desk_undock_sound" translatable="false">/system/media/audio/ui/Undock.ogg</string>
|
|
|
|
<string name="def_car_dock_sound" translatable="false">/system/media/audio/ui/Dock.ogg</string>
|
|
|
|
<string name="def_car_undock_sound" translatable="false">/system/media/audio/ui/Undock.ogg</string>
|
2010-02-23 19:43:35 -05:00
|
|
|
<integer name="def_lockscreen_sounds_enabled">0</integer>
|
2010-02-24 11:43:12 -08:00
|
|
|
<string name="def_lock_sound" translatable="false">/system/media/audio/ui/Lock.ogg</string>
|
|
|
|
<string name="def_unlock_sound" translatable="false">/system/media/audio/ui/Unlock.ogg</string>
|
2010-01-25 11:33:03 -05:00
|
|
|
|
2010-03-10 09:45:01 -05:00
|
|
|
<!-- Default for Settings.System.VIBRATE_IN_SILENT -->
|
|
|
|
<bool name="def_vibrate_in_silent">true</bool>
|
2010-08-31 14:35:23 -04:00
|
|
|
|
|
|
|
<bool name="def_use_ptp_interface">false</bool>
|
2010-08-10 07:59:15 -07:00
|
|
|
|
|
|
|
<!-- Default for Settings.Secure.ACCESSIBILITY_SCRIPT_INJECTION -->
|
|
|
|
<bool name="def_accessibility_script_injection">false</bool>
|
|
|
|
|
|
|
|
<!-- Default for Settings.Secure.ACCESSIBILITY_WEB_CONTENT_KEY_BINDINGS -->
|
|
|
|
<string name="def_accessibility_web_content_key_bindings">
|
|
|
|
<!-- DPAD/Trackball UP maps to traverse previous on current axis and send an event. -->
|
|
|
|
0x13=0x01000100;
|
|
|
|
<!-- DPAD/Trackball DOWN maps to traverse next on current axis and send an event. -->
|
|
|
|
0x14=0x01010100;
|
|
|
|
<!-- DPAD/Trackball LEFT maps to action in non-android default navigation axis. -->
|
|
|
|
0x15=0x04000000;
|
|
|
|
<!-- DPAD/Trackball RIGHT maps to no action in non-android default navigation axis. -->
|
|
|
|
0x16=0x04000000;
|
|
|
|
<!-- Left Alt+DPAD/Trackball UP transitions from an axis to another and sends an event. -->
|
|
|
|
<!-- Axis transitions: 2 -> 7; 1 -> 2; 0 -> 1; 3 -> 0; 4 -> 0; 5 -> 0; 6 -> 0; -->
|
|
|
|
0x120013=0x03020701:0x03010201:0x03000101:0x03030001:0x03040001:0x03050001:0x03060001;
|
|
|
|
<!-- Left Alt+DPAD/Trackball DOWN transitions from an axis to another and sends an event. -->
|
|
|
|
<!-- Axis transitions: 1 -> 0; 2 -> 1; 7 -> 2; 3 -> 7; 4 -> 7; 5 -> 7; 6 -> 7; -->
|
|
|
|
0x120014=0x03010001:0x03020101:0x03070201:0x03030701:0x03040701:0x03050701:0x03060701;
|
|
|
|
<!-- Left Alt+DPAD/Trackball LEFT transitions from an axis to another and sends an event. -->
|
|
|
|
<!-- Axis transitions: 4 -> 3; 5 -> 4; 6 -> 5; 0 -> 6; 1 -> 6; 2 -> 6; 7 -> 6; -->
|
|
|
|
0x120015=0x03040301:0x03050401:0x03060501:0x03000601:0x03010601:0x03020601:0x03070601;
|
|
|
|
<!-- Left Alt+DPAD/Trackball RIGHT transitions from an axis to another and sends an event. -->
|
|
|
|
<!-- Axis transitions: 5 -> 6; 4 -> 5; 3 -> 4; 2 -> 3; 7 -> 3; 1 -> 3; 0 -> 3; -->
|
|
|
|
0x120016=0x03050601:0x03040501:0x03030401:0x03020301:0x03070301:0x03010301:0x03000301;
|
|
|
|
</string>
|
|
|
|
|
2009-03-03 19:31:44 -08:00
|
|
|
</resources>
|