defaults.xml revision 575d1af980f4b4866325bfc487455f54606cf49e
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/**
4 * Copyright (c) 2009, The Android Open Source Project
5 *
6 * 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 
9 *
10 *     http://www.apache.org/licenses/LICENSE-2.0 
11 *
12 * 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 
16 * 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>
22    <bool name="def_airplane_mode_on">false</bool>
23    <!-- Comma-separated list of bluetooth, wifi, and cell. -->
24    <string name="def_airplane_mode_radios">cell,bluetooth,wifi</string>
25    <bool name="def_auto_time">true</bool>
26    <bool name="def_accelerometer_rotation">true</bool>
27    <!-- Default screen brightness, from 0 to 255.  102 is 40%. -->
28    <integer name="def_screen_brightness">102</integer>
29    <fraction name="def_window_animation_scale">100%</fraction>
30    <fraction name="def_window_transition_scale">0%</fraction>
31    
32    <bool name="def_bluetooth_on">false</bool>
33    <bool name="def_install_non_market_apps">false</bool>
34    <!-- Comma-separated list of location providers. 
35         Network location is off by default because it requires
36         user opt-in via Setup Wizard or Settings.  
37    -->
38    <string name="def_location_providers_allowed">gps</string>
39    <bool name="assisted_gps_enabled">true</bool>
40    <!--  0 == mobile, 1 == wifi. -->
41    <integer name="def_network_preference">1</integer>
42    <bool name="def_usb_mass_storage_enabled">true</bool>
43    <bool name="def_wifi_on">false</bool>
44    <bool name="def_networks_available_notification_on">true</bool>
45    
46    <bool name="def_backup_enabled">false</bool>
47    <string name="def_backup_transport"></string>
48</resources>
49