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