config.xml revision 53ebe33e762fbb9ec841c71a459acb349e2c206e
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4** Copyright 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
20<!-- These resources are around just to allow their values to be customized
21     for different hardware and product builds. -->
22<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
23    <!-- Do not translate. Defines the slots for the right-hand side icons.  That is to say, the
24         icons in the status bar that are not notifications. -->
25    <string-array name="config_statusBarIcons">
26       <item><xliff:g id="id">ime</xliff:g></item>
27       <item><xliff:g id="id">sync_failing</xliff:g></item>
28       <item><xliff:g id="id">sync_active</xliff:g></item>
29       <item><xliff:g id="id">gps</xliff:g></item>
30       <item><xliff:g id="id">bluetooth</xliff:g></item>
31       <item><xliff:g id="id">nfc</xliff:g></item>
32       <item><xliff:g id="id">tty</xliff:g></item>
33       <item><xliff:g id="id">speakerphone</xliff:g></item>
34       <item><xliff:g id="id">mute</xliff:g></item>
35       <item><xliff:g id="id">volume</xliff:g></item>
36       <item><xliff:g id="id">wifi</xliff:g></item>
37       <item><xliff:g id="id">cdma_eri</xliff:g></item>
38       <item><xliff:g id="id">data_connection</xliff:g></item>
39       <item><xliff:g id="id">phone_evdo_signal</xliff:g></item>
40       <item><xliff:g id="id">phone_signal</xliff:g></item>
41       <item><xliff:g id="id">battery</xliff:g></item>
42       <item><xliff:g id="id">alarm_clock</xliff:g></item>
43       <item><xliff:g id="id">secure</xliff:g></item>
44       <item><xliff:g id="id">clock</xliff:g></item>
45    </string-array>
46
47    <!-- Flag indicating whether the surface flinger has limited
48         alpha compositing functionality in hardware.  If set, the window
49         manager will disable alpha trasformation in animations where not
50         strictly needed. -->
51    <bool name="config_sf_limitedAlpha">false</bool>
52
53    <!-- Default value used to block data calls if ims is not
54         connected.  If you use the ims apn DCT will block
55         any other apn from connecting until ims apn is connected-->
56    <bool name="ImsConnectedDefaultValue">false</bool>
57
58    <!-- Flag indicating whether the surface flinger is inefficient
59         at performing a blur.  Used by parts of the UI to turn off
60         the blur effect where it isn't worth the performance hit.
61         As of Honeycomb, blurring is not supported anymore. -->
62    <bool name="config_sf_slowBlur">true</bool>
63
64    <!-- The duration (in milliseconds) of a short animation. -->
65    <integer name="config_shortAnimTime">200</integer>
66
67    <!-- The duration (in milliseconds) of a medium-length animation. -->
68    <integer name="config_mediumAnimTime">400</integer>
69
70    <!-- The duration (in milliseconds) of a long animation. -->
71    <integer name="config_longAnimTime">500</integer>
72
73    <!-- The duration (in milliseconds) of the activity open/close and fragment open/close animations. -->
74    <integer name="config_activityShortDur">150</integer>
75    <integer name="config_activityDefaultDur">220</integer>
76
77    <!-- Duration for the dim animation behind a dialog.  This may be either
78         a percentage, which is relative to the duration of the enter/open
79         animation of the window being shown that is dimming behind, or it may
80         be an integer for a constant duration. -->
81    <fraction name="config_dimBehindFadeDuration">100%</fraction>
82
83    <!-- The maximum width we would prefer dialogs to be.  0 if there is no
84         maximum (let them grow as large as the screen).  Actual values are
85         specified for -large and -xlarge configurations. -->
86    <dimen name="config_prefDialogWidth">320dp</dimen>
87
88    <!-- Enables or disables fading edges when marquee is enabled in TextView. -->
89    <bool name="config_ui_enableFadingMarquee">true</bool>
90
91    <!-- Whether dialogs should close automatically when the user touches outside
92         of them.  This should not normally be modified. -->
93    <bool name="config_closeDialogWhenTouchOutside">true</bool>
94
95    <!-- The duration (in milliseconds) that the radio will scan for a signal
96         when there's no network connection. If the scan doesn't timeout, use zero -->
97    <integer name="config_radioScanningTimeout">0</integer>
98
99    <!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION.
100         Please don't copy them, copy anything else. -->
101
102    <!-- This string array should be overridden by the device to present a list of network
103         attributes.  This is used by the connectivity manager to decide which networks can coexist
104         based on the hardware -->
105    <!-- An Array of "[Connection name],[ConnectivityManager.TYPE_xxxx],
106         [associated radio-type],[priority],[restoral-timer(ms)],[dependencyMet]  -->
107    <!-- the 5th element "resore-time" indicates the number of milliseconds to delay
108         before automatically restore the default connection.  Set -1 if the connection
109         does not require auto-restore. -->
110    <!-- the 6th element indicates boot-time dependency-met value. -->
111    <string-array translatable="false" name="networkAttributes">
112        <item>"wifi,1,1,1,-1,true"</item>
113        <item>"mobile,0,0,0,-1,true"</item>
114        <item>"mobile_mms,2,0,2,60000,true"</item>
115        <item>"mobile_supl,3,0,2,60000,true"</item>
116        <item>"mobile_hipri,5,0,3,60000,true"</item>
117        <item>"mobile_fota,10,0,2,60000,true"</item>
118        <item>"mobile_ims,11,0,2,60000,true"</item>
119        <item>"mobile_cbs,12,0,2,60000,true"</item>
120        <item>"wifi_p2p,13,1,0,-1,true"</item>
121    </string-array>
122
123    <!-- Array of ConnectivityManager.TYPE_xxxx constants for networks that may only
124         be controlled by systemOrSignature apps.  -->
125    <integer-array translatable="false" name="config_protectedNetworks">
126        <item>10</item>
127        <item>11</item>
128        <item>12</item>
129    </integer-array>
130
131    <!-- This string array should be overridden by the device to present a list of radio
132         attributes.  This is used by the connectivity manager to decide which networks can coexist
133         based on the hardware -->
134    <!-- An Array of "[ConnectivityManager connectionType],
135                      [# simultaneous connection types]"  -->
136    <string-array translatable="false" name="radioAttributes">
137        <item>"1,1"</item>
138        <item>"0,1"</item>
139    </string-array>
140
141    <!-- Set of NetworkInfo.getType() that reflect data usage. -->
142    <integer-array translatable="false" name="config_data_usage_network_types">
143        <item>0</item> <!-- TYPE_MOBILE -->
144        <item>2</item> <!-- TYPE_MOBILE_MMS -->
145        <item>3</item> <!-- TYPE_MOBILE_SUPL -->
146        <item>4</item> <!-- TYPE_MOBILE_DUN -->
147        <item>5</item> <!-- TYPE_MOBILE_HIPRI -->
148        <item>10</item> <!-- TYPE_MOBILE_FOTA -->
149        <item>11</item> <!-- TYPE_MOBILE_IMS -->
150        <item>12</item> <!-- TYPE_MOBILE_CBS -->
151    </integer-array>
152
153    <!-- The maximum duration (in milliseconds) we expect a network transition to take -->
154    <integer name="config_networkTransitionTimeout">60000</integer>
155
156    <!-- List of regexpressions describing the interface (if any) that represent tetherable
157         USB interfaces.  If the device doesn't want to support tething over USB this should
158         be empty.  An example would be "usb.*" -->
159    <string-array translatable="false" name="config_tether_usb_regexs">
160    </string-array>
161
162    <!-- List of regexpressions describing the interface (if any) that represent tetherable
163         Wifi interfaces.  If the device doesn't want to support tethering over Wifi this
164         should be empty.  An example would be "softap.*" -->
165    <string-array translatable="false" name="config_tether_wifi_regexs">
166    </string-array>
167
168    <!-- List of regexpressions describing the interface (if any) that represent tetherable
169         WiMAX interfaces.  If the device doesn't want to support tethering over Wifi this
170         should be empty.  An example would be "softap.*" -->
171    <string-array translatable="false" name="config_tether_wimax_regexs">
172    </string-array>
173
174    <!-- List of regexpressions describing the interface (if any) that represent tetherable
175         bluetooth interfaces.  If the device doesn't want to support tethering over bluetooth this
176         should be empty. -->
177    <string-array translatable="false" name="config_tether_bluetooth_regexs">
178    </string-array>
179
180    <!-- Max number of Bluetooth tethering connections allowed. If this is
181         updated config_tether_dhcp_range has to be updated appropriately. -->
182    <integer translateable="false" name="config_max_pan_devices">5</integer>
183
184    <!-- Dhcp range (min, max) to use for tethering purposes -->
185    <string-array translatable="false" name="config_tether_dhcp_range">
186    </string-array>
187
188    <!-- Regex of wired ethernet ifaces -->
189    <string translatable="false" name="config_ethernet_iface_regex">eth\\d</string>
190
191    <!-- If the mobile hotspot feature requires provisioning, a package name and class name
192        can be provided to launch a supported application that provisions the devices.
193
194        Example Usage:
195
196        String[] appDetails = getStringArray(R.array.config_mobile_hotspot_provision_app);
197        Intent intent = new Intent(Intent.ACTION_MAIN);
198        intent.setClassName(appDetails[0], appDetails[1]);
199        startActivityForResult(intent, 0);
200
201        public void onActivityResult(int requestCode, int resultCode, Intent intent) {
202            super.onActivityResult(requestCode, resultCode, intent);
203            if (requestCode == 0) {
204                if (resultCode == Activity.RESULT_OK) {
205                    //Mobile hotspot provisioning successful
206                } else {
207                    //Mobile hotspot provisioning failed
208                }
209            }
210
211        See src/com/android/settings/TetherSettings.java for more details.
212        -->
213    <!-- The first element is the package name and the second element is the class name
214         of the provisioning app -->
215    <string-array translatable="false" name="config_mobile_hotspot_provision_app">
216    <!--
217        <item>com.example.provisioning</item>
218        <item>com.example.provisioning.Activity</item>
219    -->
220    </string-array>
221
222    <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering -->
223    <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
224    <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
225    <integer-array translatable="false" name="config_tether_upstream_types">
226        <item>1</item>
227        <item>4</item>
228    </integer-array>
229
230    <!-- String containing the apn value for tethering.  May be overriden by secure settings
231         TETHER_DUN_APN.  Value is a comma separated series of strings:
232         "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type"
233         note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" -->
234    <string translatable="false" name="config_tether_apndata"></string>
235
236    <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
237    <bool translatable="false" name="config_wifi_dual_band_support">false</bool>
238
239    <!-- Boolean indicating whether the wifi chipset has p2p support -->
240    <bool translatable="false" name="config_wifi_p2p_support">false</bool>
241    <!-- Device type information conforming to Annex B format in WiFi Direct specification.
242         The default represents a dual-mode smartphone -->
243    <string translatable="false" name="config_wifi_p2p_device_type">10-0050F204-5</string>
244
245    <!-- Boolean indicating whether the wifi chipset supports background scanning mechanism.
246         This mechanism allows the host to remain in suspend state and the dongle to actively
247         scan and wake the host when a configured SSID is detected by the dongle. This chipset
248         capability can provide power savings when wifi needs to be always kept on.
249         The driver commands needed to support the feature are BGSCAN-START and BGSCAN-STOP -->
250    <bool translatable="false" name="config_wifi_background_scan_support">false</bool>
251
252    <!-- Integer indicating wpa_supplicant scan interval in milliseconds -->
253    <integer translatable="false" name="config_wifi_supplicant_scan_interval">15000</integer>
254
255    <!-- Integer indicating the framework scan interval in milliseconds. This is used in the scenario
256         where the chipset does not support background scanning (config_wifi_background_scan_suport
257         is false) to set up a periodic wake up scan so that the device can connect to a new access
258         point on the move. A value of 0 means no periodic scans will be used in the framework. -->
259    <integer translatable="false" name="config_wifi_framework_scan_interval">300000</integer>
260
261    <!-- Flag indicating whether the keyguard should be bypassed when
262         the slider is open.  This can be set or unset depending how easily
263         the slider can be opened (for example, in a pocket or purse). -->
264    <bool name="config_bypass_keyguard_if_slider_open">true</bool>
265
266    <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
267         Software implementation will be used if config_hardware_auto_brightness_available is not set -->
268    <bool name="config_automatic_brightness_available">false</bool>
269
270    <!-- Don't name config resources like this.  It should look like config_annoyDianne -->
271    <bool name="config_annoy_dianne">true</bool>
272
273    <!-- XXXXXX END OF RESOURCES USING WRONG NAMING CONVENTION -->
274
275    <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
276    <bool name="config_unplugTurnsOnScreen">false</bool>
277
278    <!-- If this is true, the screen will fade off. -->
279    <bool name="config_animateScreenLights">true</bool>
280
281    <!-- If true, the screen can be rotated via the accelerometer in all 4
282         rotations as the default behavior. -->
283    <bool name="config_allowAllRotations">false</bool>
284
285    <!-- If true, the direction rotation is applied to get to an application's requested
286         orientation is reversed.  Normally, the model is that landscape is
287         clockwise from portrait; thus on a portrait device an app requesting
288         landscape will cause a clockwise rotation, and on a landscape device an
289         app requesting portrait will cause a counter-clockwise rotation.  Setting
290         true here reverses that logic. -->
291    <bool name="config_reverseDefaultRotation">false</bool>
292
293    <!-- The number of degrees to rotate the display when the keyboard is open. -->
294    <integer name="config_lidOpenRotation">90</integer>
295
296    <!-- The number of degrees to rotate the display when the device is in a desk dock.
297         A value of -1 means no change in orientation by default. -->
298    <integer name="config_deskDockRotation">-1</integer>
299
300    <!-- The number of degrees to rotate the display when the device is in a car dock.
301         A value of -1 means no change in orientation by default. -->
302    <integer name="config_carDockRotation">-1</integer>
303
304    <!-- Control the default UI mode type to use when there is no other type override
305         happening.  One of the following values (See Configuration.java):
306             1  UI_MODE_TYPE_NORMAL
307             4  UI_MODE_TYPE_TELEVISION
308             5  UI_MODE_TYPE_APPLIANCE
309         Any other values will have surprising consequences. -->
310    <integer name="config_defaultUiModeType">1</integer>
311
312    <!-- Control whether being in the desk dock (and powered) always
313         keeps the screen on.  By default it stays on when plugged in to
314         AC.  0 will not keep it on; or together 1 to stay on when plugged
315         in to AC and 2 to stay on when plugged in to USB.  (So 3 for both.) -->
316    <integer name="config_deskDockKeepsScreenOn">1</integer>
317
318    <!-- Control whether being in the car dock (and powered) always
319         keeps the screen on.  By default it stays on when plugged in to
320         AC.  0 will not keep it on; or together 1 to stay on when plugged
321         in to AC and 2 to stay on when plugged in to USB.  (So 3 for both.) -->
322    <integer name="config_carDockKeepsScreenOn">1</integer>
323
324    <!-- Control whether being in the desk dock should enable accelerometer
325         based screen orientation.  This defaults to true because it is
326         common for desk docks to be sold in a variety of form factors
327         with different orientations.  Since we cannot always tell these docks
328         apart and the docks cannot report their true orientation on their own,
329         we rely on gravity to determine the effective orientation. -->
330    <bool name="config_deskDockEnablesAccelerometer">true</bool>
331
332    <!-- Control whether being in the car dock should enable accelerometer based
333         screen orientation.  This defaults to true because putting a device in
334         a car dock make the accelerometer more a physical input (like a lid). -->
335    <bool name="config_carDockEnablesAccelerometer">true</bool>
336
337    <!-- Indicate whether the lid state impacts the accessibility of
338         the physical keyboard.  0 means it doesn't, 1 means it is accessible
339         when the lid is open, 2 means it is accessible when the lid is
340         closed.  The default is 1. -->
341    <integer name="config_lidKeyboardAccessibility">1</integer>
342
343    <!-- Indicate whether the lid state impacts the accessibility of
344         the physical keyboard.  0 means it doesn't, 1 means it is accessible
345         when the lid is open, 2 means it is accessible when the lid is
346         closed.  The default is 0. -->
347    <integer name="config_lidNavigationAccessibility">0</integer>
348
349    <!-- Control the behavior when the user long presses the power button.
350            0 - Nothing
351            1 - Global actions menu
352            2 - Power off (with confirmation)
353    -->
354    <integer name="config_longPressOnPowerBehavior">1</integer>
355
356    <!-- Indicate whether the SD card is accessible without removing the battery. -->
357    <bool name="config_batterySdCardAccessibility">false</bool>
358
359    <!-- List of file paths for USB host busses to exclude from USB host support.
360         For example, if the first USB bus on the device is used to communicate
361         with the modem or some other restricted hardware, add "/dev/bus/usb/001/"
362         to this list.  If this is empty, no parts of the host USB bus will be excluded.
363    -->
364    <string-array name="config_usbHostBlacklist" translatable="false">
365    </string-array>
366
367    <!-- Vibrator pattern for feedback about a long screen/key press -->
368    <integer-array name="config_longPressVibePattern">
369        <item>0</item>
370        <item>1</item>
371        <item>20</item>
372        <item>21</item>
373    </integer-array>
374
375    <!-- Vibrator pattern for feedback about touching a virtual key -->
376    <integer-array name="config_virtualKeyVibePattern">
377        <item>0</item>
378        <item>10</item>
379        <item>20</item>
380        <item>30</item>
381    </integer-array>
382
383    <!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
384    <integer-array name="config_keyboardTapVibePattern">
385        <item>40</item>
386    </integer-array>
387
388    <!-- Vibrator pattern for feedback about booting with safe mode disabled -->
389    <integer-array name="config_safeModeDisabledVibePattern">
390        <item>0</item>
391        <item>1</item>
392        <item>20</item>
393        <item>21</item>
394    </integer-array>
395
396    <!-- Vibrator pattern for feedback about booting with safe mode disabled -->
397    <integer-array name="config_safeModeEnabledVibePattern">
398        <item>0</item>
399        <item>1</item>
400        <item>20</item>
401        <item>21</item>
402        <item>500</item>
403        <item>600</item>
404    </integer-array>
405
406    <!-- Vibrator pattern for feedback about hitting a scroll barrier -->
407    <integer-array name="config_scrollBarrierVibePattern">
408        <item>0</item>
409        <item>15</item>
410        <item>10</item>
411        <item>10</item>
412    </integer-array>
413
414    <bool name="config_use_strict_phone_number_comparation">false</bool>
415
416    <!-- Display low battery warning when battery level dips to this value.
417         Also, the battery stats are flushed to disk when we hit this level.  -->
418    <integer name="config_criticalBatteryWarningLevel">4</integer>
419
420    <!-- Display low battery warning when battery level dips to this value -->
421    <!-- Display low battery warning when battery level dips to this value -->
422    <integer name="config_lowBatteryWarningLevel">15</integer>
423
424    <!-- Close low battery warning when battery level reaches this value -->
425    <integer name="config_lowBatteryCloseWarningLevel">20</integer>
426
427    <!-- Default color for notification LED. -->
428    <color name="config_defaultNotificationColor">#ff00ff00</color>
429
430    <!-- Default LED on time for notification LED in milliseconds. -->
431    <integer name="config_defaultNotificationLedOn">500</integer>
432
433    <!-- Default LED off time for notification LED in milliseconds. -->
434    <integer name="config_defaultNotificationLedOff">2000</integer>
435
436    <!-- Default value for led color when battery is low on charge -->
437    <integer name="config_notificationsBatteryLowARGB">0xFFFF0000</integer>
438
439    <!-- Default value for led color when battery is medium charged -->
440    <integer name="config_notificationsBatteryMediumARGB">0xFFFFFF00</integer>
441
442    <!-- Default value for led color when battery is fully charged -->
443    <integer name="config_notificationsBatteryFullARGB">0xFF00FF00</integer>
444
445    <!-- Default value for LED on time when the battery is low on charge in miliseconds -->
446    <integer name="config_notificationsBatteryLedOn">125</integer>
447
448    <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
449    <bool name="config_intrusiveNotificationLed">false</bool>
450
451    <!-- Default value for LED off time when the battery is low on charge in miliseconds -->
452    <integer name="config_notificationsBatteryLedOff">2875</integer>
453
454    <!-- Allow the menu hard key to be disabled in LockScreen on some devices -->
455    <bool name="config_disableMenuKeyInLockScreen">false</bool>
456
457    <!-- Don't show lock screen before unlock screen (PIN/pattern/password) -->
458    <bool name="config_enableLockBeforeUnlockScreen">false</bool>
459
460    <!-- Diable lockscreen rotation by default -->
461    <bool name="config_enableLockScreenRotation">false</bool>
462
463    <!-- Enable puk unlockscreen by default.
464         If unlock screen is disabled, the puk should be unlocked through Emergency Dialer -->
465    <bool name="config_enable_puk_unlock_screen">true</bool>
466
467    <!-- Enable emergency call when sim is locked or puk locked. Some countries/carriers do not
468         allow emergency calls to be placed without the IMSI, which is locked in the SIM.
469         If so, this should be set to 'false' in an overlay. -->
470    <bool name="config_enable_emergency_call_while_sim_locked">true</bool>
471
472    <!-- Control the behavior when the user long presses the home button.
473            0 - Nothing
474            1 - Recent apps dialog
475            2 - Recent apps view in SystemUI
476         This needs to match the constants in
477         policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
478    -->
479    <integer name="config_longPressOnHomeBehavior">2</integer>
480
481    <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
482         The N entries of this array define N + 1 zones as follows:
483
484         Zone 0:        0 <= LUX < array[0]
485         Zone 1:        array[0] <= LUX < array[1]
486         ...
487         Zone N:        array[N - 1] <= LUX < array[N]
488         Zone N + 1:    array[N] <= LUX < infinity
489
490         Must be overridden in platform specific overlays -->
491    <integer-array name="config_autoBrightnessLevels">
492    </integer-array>
493
494
495    <!-- Minimum screen brightness allowed by the power manager. -->
496    <integer name="config_screenBrightnessDim">20</integer>
497
498    <!-- Array of output values for LCD backlight corresponding to the LUX values
499         in the config_autoBrightnessLevels array.  This array should have size one greater
500         than the size of the config_autoBrightnessLevels array.
501         This must be overridden in platform specific overlays -->
502    <integer-array name="config_autoBrightnessLcdBacklightValues">
503    </integer-array>
504
505    <!-- Array of output values for button backlight corresponding to the LUX values
506         in the config_autoBrightnessLevels array.  This array should have size one greater
507         than the size of the config_autoBrightnessLevels array.
508         This must be overridden in platform specific overlays -->
509    <integer-array name="config_autoBrightnessButtonBacklightValues">
510    </integer-array>
511
512    <!-- Array of output values for keyboard backlight corresponding to the LUX values
513         in the config_autoBrightnessLevels array.  This array should have size one greater
514         than the size of the config_autoBrightnessLevels array.
515         This must be overridden in platform specific overlays -->
516    <integer-array name="config_autoBrightnessKeyboardBacklightValues">
517    </integer-array>
518
519    <!-- Amount of time it takes for the light sensor to warm up in milliseconds.
520         For this time after the screen turns on, the Power Manager
521         will not debounce light sensor readings -->
522    <integer name="config_lightSensorWarmupTime">0</integer>
523
524    <!-- Enables swipe versus poly-finger touch disambiguation in the KeyboardView -->
525    <bool name="config_swipeDisambiguation">true</bool>
526
527    <!-- Specifies the amount of time to disable virtual keys after the screen is touched
528         in order to filter out accidental virtual key presses due to swiping gestures
529         or taps near the edge of the display.  May be 0 to disable the feature.
530         It is recommended that this value be no more than 250 ms.
531         This feature should be disabled for most devices. -->
532    <integer name="config_virtualKeyQuietTimeMillis">0</integer>
533
534    <!-- Component name of the default wallpaper. This will be ImageWallpaper if not
535         specified -->
536    <string name="default_wallpaper_component" translatable="false">@null</string>
537
538    <!-- Component name of the service providing network location support. -->
539    <string name="config_networkLocationProvider" translatable="false">@null</string>
540
541    <!-- Component name of the service providing geocoder API support. -->
542    <string name="config_geocodeProvider" translatable="false">@null</string>
543
544    <!-- Boolean indicating if current platform supports bluetooth SCO for off call
545    use cases -->
546    <bool name="config_bluetooth_sco_off_call">true</bool>
547
548    <!-- Boolean indicating if current platform supports bluetooth wide band
549         speech -->
550    <bool name="config_bluetooth_wide_band_speech">true</bool>
551
552    <!-- Boolean indicating if current platform supports quick switch-on/off of
553         Bluetooth Module -->
554    <bool name="config_bluetooth_adapter_quick_switch">true</bool>
555
556    <!-- The default data-use polling period. -->
557    <integer name="config_datause_polling_period_sec">600</integer>
558
559    <!-- The default data-use threshold in bytes. 0 disables-->
560    <integer name="config_datause_threshold_bytes">0</integer>
561
562    <!-- The default reduced-datarate value in kilobits per sec -->
563    <integer name="config_datause_throttle_kbitsps">300</integer>
564
565    <!-- The default iface on which to monitor data use -->
566    <string name="config_datause_iface" translatable="false">rmnet0</string>
567
568    <!-- The default reduced-datarate notification mask -->
569    <!-- 2 means give warning -->
570    <integer name="config_datause_notification_type">2</integer>
571
572    <!-- Flag indicating whether the current device is "voice capable".
573         If true, this means that the device supports circuit-switched
574         (i.e. voice) phone calls over the telephony network, and is
575         allowed to display the in-call UI while a cellular voice call is
576         active.  This can be overridden to false for "data only" devices
577         which can't make voice calls and don't support any in-call UI.
578
579         Note: this flag is subtly different from the
580         PackageManager.FEATURE_TELEPHONY system feature, which is
581         available on *any* device with a telephony radio, even if the
582         device is data-only. -->
583    <bool name="config_voice_capable">true</bool>
584
585    <!-- Flag indicating whether the current device allows sms service.
586         If true, this means that the device supports both sending and
587         receiving sms via the telephony network.
588         This can be overridden to false for "data only" devices
589         which can't send and receive sms message.
590
591         Note: Disable SMS also disable voicemail waiting sms,
592               cell broadcasting sms, and MMS. -->
593    <bool name="config_sms_capable">true</bool>
594
595    <!-- IP address of the dns server to use if nobody else suggests one -->
596    <string name="config_default_dns_server" translatable="false">8.8.8.8</string>
597
598    <!-- The default character set for GsmAlphabet -->
599    <!-- Empty string means MBCS is not considered -->
600    <string name="gsm_alphabet_default_charset" translatable="false"></string>
601
602    <!-- Enables SIP on WIFI only -->
603    <bool name="config_sip_wifi_only">false</bool>
604
605    <!-- Enables built-in SIP phone capability -->
606    <bool name="config_built_in_sip_phone">true</bool>
607
608    <!-- Boolean indicating if restoring network selection should be skipped -->
609    <!-- The restoring is handled by modem if it is true-->
610    <bool translatable="false" name="skip_restoring_network_selection">false</bool>
611
612    <!-- Maximum number of database connections opened and managed by framework layer
613         to handle queries on each database. -->
614    <integer name="db_connection_pool_size">4</integer>
615
616    <!-- Max space (in MB) allocated to DownloadManager to store the downloaded
617         files if they are to be stored in DownloadManager's data dir,
618         which typically is /data/data/com.android.providers.downloads/files -->
619    <integer name="config_downloadDataDirSize">100</integer>
620
621    <!-- Max number of downloads allowed to proceed concurrently -->
622    <integer name="config_MaxConcurrentDownloadsAllowed">5</integer>
623
624    <!-- When the free space available in DownloadManager's data dir falls
625         below the percentage value specified by this param, DownloadManager
626         starts removing files to try to make percentage of available
627         free space above this threshold value. -->
628    <integer name="config_downloadDataDirLowSpaceThreshold">10</integer>
629
630    <!-- The URL that should be sent in an x-wap-profile header with an HTTP request,
631         as defined in the Open Mobile Alliance User Agent Profile specification
632         OMA-TS-UAProf-V2_0-20060206-A Section 8.1.1.1. If the URL contains a '%s'
633         format string then that substring will be replaced with the value of
634         Build.MODEL. The format string shall not be escaped. -->
635    <string name="config_useragentprofile_url" translatable="false"></string>
636
637    <!-- When a database query is executed, the results retuned are paginated
638         in pages of size (in KB) indicated by this value -->
639    <integer name="config_cursorWindowSize">2048</integer>
640
641    <!-- Sets whether menu shortcuts should be displayed on panel menus when
642         a keyboard is present. -->
643    <bool name="config_showMenuShortcutsWhenKeyboardPresent">false</bool>
644
645    <!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
646    <string-array name="config_twoDigitNumberPattern" translatable="false">
647    </string-array>
648
649    <!-- The VoiceMail default value is displayed to my own number if it is true -->
650    <bool name="config_telephony_use_own_number_for_voicemail">false</bool>
651
652    <!-- If this value is true, Sms encoded as octet is decoded by utf8 decoder.
653         If false, decoded by Latin decoder. -->
654    <bool name="config_sms_utf8_support">false</bool>
655
656    <!-- If this value is true, The mms content-disposition field is supported correctly.
657         If false, Content-disposition fragments are ignored -->
658    <bool name="config_mms_content_disposition_support">true</bool>
659
660    <!-- National Language Identifier codes for the following two config items.
661         (from 3GPP TS 23.038 V9.1.1 Table 6.2.1.2.4.1):
662          0  - reserved
663          1  - Turkish
664          2  - Spanish (single shift table only)
665          3  - Portuguese
666          4  - Bengali
667          5  - Gujarati
668          6  - Hindi
669          7  - Kannada
670          8  - Malayalam
671          9  - Oriya
672         10  - Punjabi
673         11  - Tamil
674         12  - Telugu
675         13  - Urdu
676         14+ - reserved -->
677
678    <!-- National language single shift tables to enable for SMS encoding.
679         Decoding is always enabled. 3GPP TS 23.038 states that this feature
680         should not be enabled until a formal request is issued by the relevant
681         national regulatory body. Array elements are codes from the table above.
682         Example 1: devices sold in Turkey must include table 1 to conform with
683           By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
684         Example 2: devices sold in India should include tables 4 through 13
685           to enable use of the new Release 9 tables for Indic languages. -->
686    <integer-array name="config_sms_enabled_single_shift_tables"></integer-array>
687
688    <!-- National language locking shift tables to enable for SMS encoding.
689         Decoding is always enabled. 3GPP TS 23.038 states that this feature
690         should not be enabled until a formal request is issued by the relevant
691         national regulatory body. Array elements are codes from the table above.
692         Example 1: devices sold in Turkey must include table 1 after the
693           Turkish Telecommunication Authority requires locking shift encoding
694           to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
695           See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
696         Example 2: devices sold in India should include tables 4 through 13
697         to enable use of the new Release 9 tables for Indic languages. -->
698    <integer-array name="config_sms_enabled_locking_shift_tables"></integer-array>
699
700    <!-- Set to true if the RSSI should always display CDMA signal strength even on EVDO -->
701    <bool name="config_alwaysUseCdmaRssi">false</bool>
702
703
704    <!-- If this value is true, duplicate Source/Destination port fields
705         in WDP header of some carriers OMADM wap push are supported.
706         ex: MSGTYPE-TotalSegments-CurrentSegment
707             -SourcePortDestPort-SourcePortDestPort-OMADM PDU
708         If false, not supported. -->
709    <bool name="config_duplicate_port_omadm_wappush">false</bool>
710
711    <!-- Maximum numerical value that will be shown in a status bar
712         notification icon or in the notification itself. Will be replaced
713         with @string/status_bar_notification_info_overflow when shown in the
714         UI. -->
715    <integer name="status_bar_notification_info_maxnum">999</integer>
716
717    <!-- Path to an ISO image to be shared with via USB mass storage.
718         This is intended to allow packaging drivers or tools for installation on a PC. -->
719    <string translatable="false" name="config_isoImagePath"></string>
720
721    <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
722         autodetected from the Configuration. -->
723    <bool name="config_showNavigationBar">false</bool>
724
725    <!-- Whether action menu items should be displayed in ALLCAPS or not.
726         Defaults to true. If this is not appropriate for specific locales
727         it should be disabled in that locale's resources. -->
728    <bool name="config_actionMenuItemAllCaps">true</bool>
729
730    <!-- Whether action menu items should obey the "withText" showAsAction
731         flag. This may be set to false for situations where space is
732         extremely limited. -->
733    <bool name="config_allowActionMenuItemTextWithIcon">false</bool>
734
735    <!-- Remote server that can provide NTP responses. -->
736    <string translatable="false" name="config_ntpServer">pool.ntp.org</string>
737    <!-- Timeout to wait for NTP server response. -->
738    <integer name="config_ntpTimeout">20000</integer>
739
740    <!-- Default network policy warning threshold, in megabytes. -->
741    <integer name="config_networkPolicyDefaultWarning">2048</integer>
742
743    <!-- Set and Unsets WiMAX -->
744    <bool name="config_wimaxEnabled">false</bool>
745    <!-- Location of the wimax framwork jar location -->
746    <string name="config_wimaxServiceJarLocation" translatable="false"></string>
747    <!-- Location of the wimax native library locaiton -->
748    <string name="config_wimaxNativeLibLocation" translatable="false"></string>
749    <!-- Name of the wimax manager class -->
750    <string name="config_wimaxManagerClassname" translatable="false"></string>
751    <!-- Name of the wimax service class -->
752    <string name="config_wimaxServiceClassname" translatable="false"></string>
753    <!-- Name of the wimax state tracker clas -->
754    <string name="config_wimaxStateTrackerClassname" translatable="false"></string>
755
756    <!-- Name of screensaver components to look for if none has been chosen by the user -->
757    <string name="config_defaultDreamComponent" translatable="false">com.google.android.deskclock/com.android.deskclock.Screensaver</string>
758
759    <!-- Base "touch slop" value used by ViewConfiguration as a
760         movement threshold where scrolling should begin. -->
761    <dimen name="config_viewConfigurationTouchSlop">8dp</dimen>
762
763</resources>
764