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