config.xml revision b239b683765f63d79e74b8ba2a8cc2855f236536
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4** Copyright 2009, The Android Open Source Project
5**
6** Licensed under the Apache License, Version 2.0 (the "License"); 
7** you may not use this file except in compliance with the License. 
8** You may obtain a copy of the License at 
9**
10**     http://www.apache.org/licenses/LICENSE-2.0 
11**
12** Unless required by applicable law or agreed to in writing, software 
13** distributed under the License is distributed on an "AS IS" BASIS, 
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
15** See the License for the specific language governing permissions and 
16** limitations under the License.
17*/
18-->
19
20<!-- These resources are around just to allow their values to be customized
21     for different hardware and product builds. -->
22<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
23    <bool name="config_statusBarCanHide">true</bool>
24
25    <!-- Do not translate. Defines the slots for the right-hand side icons.  That is to say, the
26         icons in the status bar that are not notifications. -->
27    <string-array name="config_statusBarIcons">
28       <item><xliff:g id="id">ime</xliff:g></item>
29       <item><xliff:g id="id">sync_failing</xliff:g></item>
30       <item><xliff:g id="id">sync_active</xliff:g></item>
31       <item><xliff:g id="id">gps</xliff:g></item>
32       <item><xliff:g id="id">bluetooth</xliff:g></item>
33       <item><xliff:g id="id">nfc</xliff:g></item>
34       <item><xliff:g id="id">tty</xliff:g></item>
35       <item><xliff:g id="id">speakerphone</xliff:g></item>
36       <item><xliff:g id="id">mute</xliff:g></item>
37       <item><xliff:g id="id">volume</xliff:g></item>
38       <item><xliff:g id="id">wifi</xliff:g></item>
39       <item><xliff:g id="id">cdma_eri</xliff:g></item>
40       <item><xliff:g id="id">data_connection</xliff:g></item>
41       <item><xliff:g id="id">phone_evdo_signal</xliff:g></item>
42       <item><xliff:g id="id">phone_signal</xliff:g></item>
43       <item><xliff:g id="id">battery</xliff:g></item>
44       <item><xliff:g id="id">alarm_clock</xliff:g></item>
45       <item><xliff:g id="id">secure</xliff:g></item>
46       <item><xliff:g id="id">clock</xliff:g></item>
47    </string-array>
48
49    <!-- Flag indicating whether the surface flinger has limited
50         alpha compositing functionality in hardware.  If set, the window
51         manager will disable alpha trasformation in animations where not
52         strictly needed. -->
53    <bool name="config_sf_limitedAlpha">false</bool>
54
55    <!-- Default value used to block data calls if ims is not
56         connected.  If you use the ims apn DCT will block
57         any other apn from connecting until ims apn is connected-->
58    <bool name="ImsConnectedDefaultValue">false</bool>
59    
60    <!-- Flag indicating whether the surface flinger is inefficient
61         at performing a blur.  Used by parts of the UI to turn off
62         the blur effect where it isn't worth the performance hit. -->
63    <bool name="config_sf_slowBlur">false</bool>
64    
65    <!-- The duration (in milliseconds) of a short animation. -->
66    <integer name="config_shortAnimTime">200</integer>
67    
68    <!-- The duration (in milliseconds) of a medium-length animation. -->
69    <integer name="config_mediumAnimTime">400</integer>
70    
71    <!-- The duration (in milliseconds) of a long animation. -->
72    <integer name="config_longAnimTime">500</integer>
73
74    <!-- The duration (in milliseconds) of the activity open/close and fragment open/close animations. -->
75    <integer name="config_activityShortDur">150</integer>
76    <integer name="config_activityDefaultDur">220</integer>
77    
78    <!-- Duration for the dim animation behind a dialog.  This may be either
79         a percentage, which is relative to the duration of the enter/open
80         animation of the window being shown that is dimming behind, or it may
81         be an integer for a constant duration. -->
82    <fraction name="config_dimBehindFadeDuration">100%</fraction>
83
84    <!-- The maximum width we would prefer dialogs to be.  0 if there is no
85         maximum (let them grow as large as the screen).  Actual values are
86         specified for -large and -xlarge configurations. -->
87    <dimen name="config_prefDialogWidth">0px</dimen>
88    
89    <!-- Whether dialogs should close automatically when the user touches outside
90         of them.  This should not normally be modified. -->
91    <bool name="config_closeDialogWhenTouchOutside">false</bool>
92    
93    <!-- The duration (in milliseconds) that the radio will scan for a signal
94         when there's no network connection. If the scan doesn't timeout, use zero -->
95    <integer name="config_radioScanningTimeout">0</integer>
96
97    <!-- Set to true if the location returned Environment.getExternalStorageDirectory()
98         is actually a subdirectory of the internal storage.
99         If this is set then Environment.getExternalStorageState() will always return
100         MEDIA_MOUNTED and Intent.ACTION_MEDIA_MOUNTED will be broadcast at boot time
101         for backward compatibility with apps that require external storage. -->
102    <bool name="config_emulateExternalStorage">false</bool>
103
104    <!-- Set to true if external storage is case sensitive.
105         Typically external storage is FAT, which is case insensitive. -->
106    <bool name="config_caseSensitiveExternalStorage">false</bool>
107    
108    <!-- A product with no SD card == not removable. -->
109    <bool name="config_externalStorageRemovable" product="nosdcard">false</bool>
110    <!-- Configures whether the primary external storage device is
111         removable.  For example, if external storage is on an SD card,
112         it is removable; if it is built in to the device, it is not removable.
113         The default product has external storage on an SD card, which is
114         removable. -->
115    <bool name="config_externalStorageRemovable" product="default">true</bool>
116
117    <!-- List of mount points for external storage devices.
118         The first item on the list should be the primary external storage and should match the
119         value returned by Environment.getExternalStorageDirectory (/mnt/sdcard).
120         MTP storage IDs will be generated based on the position of the mountpoint in this list:
121            0x00010001 - ID for primary external storage (/mnt/sdcard)
122            0x00020001 - ID for first secondary external storage
123            0x00030001 - ID for second secondary external storage
124         etc. -->
125    <string-array translatable="false" name="config_externalStoragePaths">
126        <item>"/mnt/sdcard"</item>
127    </string-array>
128
129    <!-- User visible descriptions of the volumes in the config_externalStoragePaths array. -->
130    <string-array translatable="true" name="config_externalStorageDescriptions">
131        <item>"SD card"</item>
132    </string-array>
133
134    <!-- Number of megabytes of space to leave unallocated by MTP.
135         MTP will subtract this value from the free space it reports back
136         to the host via GetStorageInfo, and will not allow new files to
137         be added via MTP if there is less than this amount left free in the storage.
138         If MTP has dedicated storage this value should be zero, but if MTP is
139         sharing storage with the rest of the system, set this to a positive value
140         to ensure that MTP activity does not result in the storage being
141         too close to full. -->
142    <integer name="config_mtpReserveSpaceMegabytes">0</integer>
143
144    <!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION.
145         Please don't copy them, copy anything else. -->
146
147    <!-- This string array should be overridden by the device to present a list of network
148         attributes.  This is used by the connectivity manager to decide which networks can coexist
149         based on the hardware -->
150    <!-- An Array of "[Connection name],[ConnectivityManager connection type],
151         [associated radio-type],[priority]  -->
152    <string-array translatable="false" name="networkAttributes">
153        <item>"wifi,1,1,1"</item>
154        <item>"mobile,0,0,0"</item>
155        <item>"mobile_mms,2,0,2"</item>
156        <item>"mobile_supl,3,0,2"</item>
157        <item>"mobile_hipri,5,0,3"</item>
158        <item>"mobile_fota,10,0,2"</item>
159        <item>"mobile_ims,11,0,2"</item>
160        <item>"mobile_cbs,12,0,2"</item>
161    </string-array>
162
163    <!-- This string array should be overridden by the device to present a list of radio
164         attributes.  This is used by the connectivity manager to decide which networks can coexist
165         based on the hardware -->
166    <!-- An Array of "[ConnectivityManager connectionType],
167                      [# simultaneous connection types]"  -->
168    <string-array translatable="false" name="radioAttributes">
169        <item>"1,1"</item>
170        <item>"0,1"</item>
171    </string-array>
172
173    <!-- The maximum duration (in milliseconds) we expect a network transition to take -->
174    <integer name="config_networkTransitionTimeout">60000</integer>
175
176    <!-- List of regexpressions describing the interface (if any) that represent tetherable
177         USB interfaces.  If the device doesn't want to support tething over USB this should
178         be empty.  An example would be "usb.*" -->
179    <string-array translatable="false" name="config_tether_usb_regexs">
180    </string-array>
181
182    <!-- List of regexpressions describing the interface (if any) that represent tetherable
183         Wifi interfaces.  If the device doesn't want to support tethering over Wifi this
184         should be empty.  An example would be "softap.*" -->
185    <string-array translatable="false" name="config_tether_wifi_regexs">
186    </string-array>
187
188    <!-- List of regexpressions describing the interface (if any) that represent tetherable
189         bluetooth interfaces.  If the device doesn't want to support tethering over bluetooth this
190         should be empty. -->
191    <string-array translatable="false" name="config_tether_bluetooth_regexs">
192    </string-array>
193
194    <!-- Max number of Bluetooth tethering connections allowed. If this is
195         updated config_tether_dhcp_range has to be updated appropriately. -->
196    <integer translateable="false" name="config_max_pan_devices">5</integer>
197
198    <!-- Dhcp range (min, max) to use for tethering purposes -->
199    <string-array translatable="false" name="config_tether_dhcp_range">
200    </string-array>
201
202    <!-- Regex array of allowable upstream ifaces for tethering - for example if you want
203         tethering on a new interface called "foo2" add <item>"foo\\d"</item> to the array -->
204    <string-array translatable="false" name="config_tether_upstream_regexs">
205    </string-array>
206
207    <!-- Boolean indicating if we require the use of DUN on mobile for tethering.
208         Note that this defaults to false so that if you move to a carrier that
209         hasn't configured anything tethering will still work.  If you'd rather
210         make the device untetherable on unconfigured devices, set to true -->
211    <bool translatable="false" name="config_tether_dun_required">false</bool>
212
213    <!-- String containing the apn value for tethering.  May be overriden by secure settings
214         TETHER_DUN_APN.  Value is a comma separated series of strings:
215         "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type"
216         note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" -->
217    <string translatable="false" name="config_tether_apndata"></string>
218
219    <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
220    <bool translatable="false" name="config_wifi_dual_band_support">false</bool>
221
222    <!-- Boolean indicating whether the wifi chipset supports background scanning mechanism.
223         This mechanism allows the host to remain in suspend state and the dongle to actively
224         scan and wake the host when a configured SSID is detected by the dongle. This chipset
225         capability can provide power savings when wifi needs to be always kept on.
226         The driver commands needed to support the feature are BGSCAN-START and BGSCAN-STOP -->
227    <bool translatable="false" name="config_wifi_background_scan_support">false</bool>
228
229    <!-- Flag indicating whether the keyguard should be bypassed when
230         the slider is open.  This can be set or unset depending how easily
231         the slider can be opened (for example, in a pocket or purse). -->
232    <bool name="config_bypass_keyguard_if_slider_open">true</bool>
233    
234    <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
235         Software implementation will be used if config_hardware_auto_brightness_available is not set -->
236    <bool name="config_automatic_brightness_available">false</bool>
237
238    <!-- Don't name config resources like this.  It should look like config_annoyDianne -->
239    <bool name="config_annoy_dianne">true</bool>
240
241    <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
242    <bool name="config_unplugTurnsOnScreen">false</bool>
243    
244    <!-- If this is true, the screen will fade off. -->
245    <bool name="config_animateScreenLights">true</bool>
246    
247    <!-- XXXXXX END OF RESOURCES USING WRONG NAMING CONVENTION -->
248
249    <!-- If true, the screen can be rotated via the accelerometer in all 4
250         rotations as the default behavior. -->
251    <bool name="config_allowAllRotations">true</bool>
252
253    <!-- If true, the direction rotation is applied to get to an application's requested
254         orientation is reversed.  Normally, the model is that landscape is
255         clockwise from portrait; thus on a portrait device an app requesting
256         landscape will cause a clockwise rotation, and on a landscape device an
257         app requesting portrait will cause a counter-clockwise rotation.  Setting
258         true here reverses that logic. -->
259    <bool name="config_reverseDefaultRotation">false</bool>
260
261    <!-- The number of degrees to rotate the display when the keyboard is open. -->
262    <integer name="config_lidOpenRotation">90</integer>
263
264    <!-- The number of degrees to rotate the display when the device is in a desk dock.
265         A value of -1 means no change in orientation by default. -->
266    <integer name="config_deskDockRotation">-1</integer>
267
268    <!-- The number of degrees to rotate the display when the device is in a car dock.
269         A value of -1 means no change in orientation by default. -->
270    <integer name="config_carDockRotation">-1</integer>
271
272    <!-- Control whether being in the desk dock (and powered) always
273         keeps the screen on.  By default it stays on when plugged in to
274         AC.  0 will not keep it on; or together 1 to stay on when plugged
275         in to AC and 2 to stay on when plugged in to USB.  (So 3 for both.) -->
276    <integer name="config_deskDockKeepsScreenOn">1</integer>
277
278    <!-- Control whether being in the car dock (and powered) always
279         keeps the screen on.  By default it stays on when plugged in to
280         AC.  0 will not keep it on; or together 1 to stay on when plugged
281         in to AC and 2 to stay on when plugged in to USB.  (So 3 for both.) -->
282    <integer name="config_carDockKeepsScreenOn">1</integer>
283
284    <!-- Control whether being in the desk dock should enable accelerometer
285         based screen orientation.  Note this should probably default to true
286         like car dock, but we haven't had a chance to test it. -->
287    <bool name="config_deskDockEnablesAccelerometer">false</bool>
288
289    <!-- Control whether being in the car dock should enable accelerometer based
290         screen orientation.  This defaults to true because putting a device in
291         a car dock make the accelerometer more a physical input (like a lid). -->
292    <bool name="config_carDockEnablesAccelerometer">true</bool>
293
294    <!-- Indicate whether the lid state impacts the accessibility of
295         the physical keyboard.  0 means it doesn't, 1 means it is accessible
296         when the lid is open, 2 means it is accessible when the lid is
297         closed.  The default is 1. -->
298    <integer name="config_lidKeyboardAccessibility">1</integer>
299
300    <!-- Indicate whether the lid state impacts the accessibility of
301         the physical keyboard.  0 means it doesn't, 1 means it is accessible
302         when the lid is open, 2 means it is accessible when the lid is
303         closed.  The default is 0. -->
304    <integer name="config_lidNavigationAccessibility">0</integer>
305
306    <!-- Control the behavior when the user long presses the power button.
307            0 - Nothing
308            1 - Global actions menu
309            2 - Power off (with confirmation)
310    -->
311    <integer name="config_longPressOnPowerBehavior">1</integer>
312
313    <!-- Indicate whether the SD card is accessible without removing the battery. -->
314    <bool name="config_batterySdCardAccessibility">false</bool>
315
316    <!-- List of file paths for USB host busses to exclude from USB host support.
317         For example, if the first USB bus on the device is used to communicate
318         with the modem or some other restricted hardware, add "/dev/bus/usb/001/"
319         to this list.  If this is empty, no parts of the host USB bus will be excluded.
320    -->
321    <string-array name="config_usbHostBlacklist">
322    </string-array>
323
324    <!-- Vibrator pattern for feedback about a long screen/key press -->
325    <integer-array name="config_longPressVibePattern">
326        <item>0</item>
327        <item>1</item>
328        <item>20</item>
329        <item>21</item>
330    </integer-array>
331    
332    <!-- Vibrator pattern for feedback about touching a virtual key -->
333    <integer-array name="config_virtualKeyVibePattern">
334        <item>0</item>
335        <item>10</item>
336        <item>20</item>
337        <item>30</item>
338    </integer-array>
339
340    <!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
341    <integer-array name="config_keyboardTapVibePattern">
342        <item>40</item>
343    </integer-array>
344
345    <!-- Vibrator pattern for feedback about booting with safe mode disabled -->
346    <integer-array name="config_safeModeDisabledVibePattern">
347        <item>0</item>
348        <item>1</item>
349        <item>20</item>
350        <item>21</item>
351    </integer-array>
352
353    <!-- Vibrator pattern for feedback about booting with safe mode disabled -->
354    <integer-array name="config_safeModeEnabledVibePattern">
355        <item>0</item>
356        <item>1</item>
357        <item>20</item>
358        <item>21</item>
359        <item>500</item>
360        <item>600</item>
361    </integer-array>
362
363    <!-- Vibrator pattern for feedback about hitting a scroll barrier -->
364    <integer-array name="config_scrollBarrierVibePattern">
365        <item>0</item>
366        <item>15</item>
367        <item>10</item>
368        <item>10</item>
369    </integer-array>
370
371    <bool name="config_use_strict_phone_number_comparation">false</bool>
372
373    <!-- Display low battery warning when battery level dips to this value.
374         Also, the battery stats are flushed to disk when we hit this level.  -->
375    <integer name="config_criticalBatteryWarningLevel">4</integer>
376
377    <!-- Display low battery warning when battery level dips to this value -->
378    <!-- Display low battery warning when battery level dips to this value -->
379    <integer name="config_lowBatteryWarningLevel">15</integer>
380
381    <!-- Close low battery warning when battery level reaches this value -->
382    <integer name="config_lowBatteryCloseWarningLevel">20</integer>
383
384    <!-- Default color for notification LED. -->
385    <color name="config_defaultNotificationColor">#ff00ff00</color>
386
387    <!-- Default LED on time for notification LED in milliseconds. -->
388    <integer name="config_defaultNotificationLedOn">500</integer>
389
390    <!-- Default LED off time for notification LED in milliseconds. -->
391    <integer name="config_defaultNotificationLedOff">2000</integer>
392
393    <!-- Default value for led color when battery is low on charge -->
394    <integer name="config_notificationsBatteryLowARGB">0xFFFF0000</integer>
395
396    <!-- Default value for led color when battery is medium charged -->
397    <integer name="config_notificationsBatteryMediumARGB">0xFFFFFF00</integer>
398
399    <!-- Default value for led color when battery is fully charged -->
400    <integer name="config_notificationsBatteryFullARGB">0xFF00FF00</integer>
401
402    <!-- Default value for LED on time when the battery is low on charge in miliseconds -->
403    <integer name="config_notificationsBatteryLedOn">125</integer>
404
405    <!-- Default value for LED off time when the battery is low on charge in miliseconds -->
406    <integer name="config_notificationsBatteryLedOff">2875</integer>
407
408    <!-- Allow the menu hard key to be disabled in LockScreen on some devices -->
409    <bool name="config_disableMenuKeyInLockScreen">false</bool>
410
411    <!-- Show sliding tab before lockscreen -->
412    <bool name="config_enableSlidingTabFirst">true</bool>
413
414    <!-- Diable lockscreen rotation by default -->
415    <bool name="config_enableLockScreenRotation">false</bool>
416
417    <!-- Control the behavior when the user long presses the power button.
418            0 - Nothing
419            1 - Recent apps dialog
420            2 - Recent apps activity in SystemUI
421    -->
422    <integer name="config_longPressOnHomeBehavior">1</integer>
423
424    <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
425         The N entries of this array define N + 1 zones as follows:
426
427         Zone 0:        0 <= LUX < array[0]
428         Zone 1:        array[0] <= LUX < array[1]
429         ...
430         Zone N:        array[N - 1] <= LUX < array[N]
431         Zone N + 1:    array[N] <= LUX < infinity
432
433         Must be overridden in platform specific overlays -->
434    <integer-array name="config_autoBrightnessLevels">
435    </integer-array>
436
437    <!-- Array of output values for LCD backlight corresponding to the LUX values
438         in the config_autoBrightnessLevels array.  This array should have size one greater
439         than the size of the config_autoBrightnessLevels array.
440         This must be overridden in platform specific overlays -->
441    <integer-array name="config_autoBrightnessLcdBacklightValues">
442    </integer-array>
443
444    <!-- Array of output values for button backlight corresponding to the LUX values
445         in the config_autoBrightnessLevels array.  This array should have size one greater
446         than the size of the config_autoBrightnessLevels array.
447         This must be overridden in platform specific overlays -->
448    <integer-array name="config_autoBrightnessButtonBacklightValues">
449    </integer-array>
450
451    <!-- Array of output values for keyboard backlight corresponding to the LUX values
452         in the config_autoBrightnessLevels array.  This array should have size one greater
453         than the size of the config_autoBrightnessLevels array.
454         This must be overridden in platform specific overlays -->
455    <integer-array name="config_autoBrightnessKeyboardBacklightValues">
456    </integer-array>
457
458    <!-- Amount of time it takes for the light sensor to warm up in milliseconds.
459         For this time after the screen turns on, the Power Manager
460         will not debounce light sensor readings -->
461    <integer name="config_lightSensorWarmupTime">0</integer>
462
463    <!-- Enables swipe versus poly-finger touch disambiguation in the KeyboardView -->
464    <bool name="config_swipeDisambiguation">true</bool>
465
466    <!-- Enables special filtering code in the framework for raw touch events
467         from the touch driver.  This code exists for one particular device,
468         and should not be enabled for any others.  Hopefully in the future
469         it will be removed when the lower-level touch driver generates better
470         data. -->
471    <bool name="config_filterTouchEvents">false</bool>
472
473    <!-- Enables special filtering code in the framework for raw touch events
474         from the touch driver. This code exists for one particular device,
475         and should not be enabled for any others. -->
476    <bool name="config_filterJumpyTouchEvents">false</bool>
477
478    <!-- Specifies the amount of time to disable virtual keys after the screen is touched
479         in order to filter out accidental virtual key presses due to swiping gestures
480         or taps near the edge of the display.  May be 0 to disable the feature.
481         It is recommended that this value be no more than 250 ms.
482         This feature should be disabled for most devices. -->
483    <integer name="config_virtualKeyQuietTimeMillis">0</integer>
484
485    <!-- Component name of the default wallpaper. This will be ImageWallpaper if not 
486         specified -->
487    <string name="default_wallpaper_component">@null</string>
488
489    <!-- Component name of the service providing network location support. -->
490    <string name="config_networkLocationProvider">@null</string>
491
492    <!-- Component name of the service providing geocoder API support. -->
493    <string name="config_geocodeProvider">@null</string>
494
495    <!-- Boolean indicating if current platform supports bluetooth SCO for off call
496    use cases -->
497    <bool name="config_bluetooth_sco_off_call">true</bool>
498
499    <!-- The default data-use polling period. -->
500    <integer name="config_datause_polling_period_sec">600</integer>
501
502    <!-- The default data-use threshold in bytes. 0 disables-->
503    <integer name="config_datause_threshold_bytes">0</integer>
504
505    <!-- The default reduced-datarate value in kilobits per sec -->
506    <integer name="config_datause_throttle_kbitsps">300</integer>
507
508    <!-- The default iface on which to monitor data use -->
509    <string name="config_datause_iface">rmnet0</string>
510
511    <!-- The default reduced-datarate notification mask -->
512    <!-- 2 means give warning -->
513    <integer name="config_datause_notification_type">2</integer>
514
515    <!-- Flag indicating whether the current device is "voice capable".
516         If true, this means that the device supports circuit-switched
517         (i.e. voice) phone calls over the telephony network, and is
518         allowed to display the in-call UI while a cellular voice call is
519         active.  This can be overridden to false for "data only" devices
520         which can't make voice calls and don't support any in-call UI.
521
522         Note: this flag is subtly different from the
523         PackageManager.FEATURE_TELEPHONY system feature, which is
524         available on *any* device with a telephony radio, even if the
525         device is data-only. -->
526    <bool name="config_voice_capable">true</bool>
527
528    <!-- Flag indicating whether the current device allows sms service.
529         If true, this means that the device supports both sending and
530         receiving sms via the telephony network.
531         This can be overridden to false for "data only" devices
532         which can't send and receive sms message.
533
534         Note: Disable SMS also disable voicemail waiting sms,
535               cell broadcasting sms, and MMS. -->
536    <bool name="config_sms_capable">true</bool>
537
538    <!-- IP address of the dns server to use if nobody else suggests one -->
539    <string name="config_default_dns_server">8.8.8.8</string>
540
541    <!-- The default character set for GsmAlphabet -->
542    <!-- Empty string means MBCS is not considered -->
543    <string name="gsm_alphabet_default_charset"></string>
544
545    <!-- Enables SIP on WIFI only -->
546    <bool name="config_sip_wifi_only">true</bool>
547
548    <!-- Enables built-in SIP phone capability -->
549    <bool name="config_built_in_sip_phone">false</bool>
550
551    <!-- Boolean indicating if restoring network selection should be skipped -->
552    <!-- The restoring is handled by modem if it is true-->
553    <bool translatable="false" name="skip_restoring_network_selection">false</bool>
554
555    <!-- Number of database connections opened and managed by framework layer
556         to handle queries on each database. -->
557    <integer name="db_connection_pool_size">1</integer>
558
559    <!-- Max space (in MB) allocated to DownloadManager to store the downloaded
560         files if they are to be stored in DownloadManager's data dir,
561         which typically is /data/data/com.android.providers.downloads/files -->
562    <integer name="config_downloadDataDirSize">100</integer>
563
564    <!-- Max number of downloads allowed to proceed concurrently -->
565    <integer name="config_MaxConcurrentDownloadsAllowed">5</integer>
566
567    <!-- When the free space available in DownloadManager's data dir falls
568         below the percentage value specified by this param, DownloadManager
569         starts removing files to try to make percentage of available
570         free space above this threshold value. -->
571    <integer name="config_downloadDataDirLowSpaceThreshold">10</integer>
572
573    <!-- The URL that should be sent in an x-wap-profile header with an HTTP request,
574         as defined in the Open Mobile Alliance User Agent Profile specification
575         OMA-TS-UAProf-V2_0-20060206-A Section 8.1.1.1. If the URL contains a '%s'
576         format string then that substring will be replaced with the value of
577         Build.MODEL. The format string shall not be escaped. -->
578    <string name="config_useragentprofile_url"></string>
579
580    <!-- When a database query is executed, the results retuned are paginated
581         in pages of size (in KB) indicated by this value -->
582    <integer name="config_cursorWindowSize">2048</integer>
583
584    <!-- Sets whether menu shortcuts should be displayed on panel menus when
585         a keyboard is present. -->
586    <bool name="config_showMenuShortcutsWhenKeyboardPresent">false</bool>
587
588    <!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
589    <string-array name="config_twoDigitNumberPattern">
590    </string-array>
591
592    <!-- The VoiceMail default value is displayed to my own number if it is true -->
593    <bool name="config_telephony_use_own_number_for_voicemail">false</bool>
594
595    <!-- If this value is true, Sms encoded as octet is decoded by utf8 decoder.
596         If false, decoded by Latin decoder. -->
597    <bool name="config_sms_utf8_support">false</bool>
598
599    <!-- If this value is true, The mms content-disposition field is supported correctly.
600         If false, Content-disposition fragments are ignored -->
601    <bool name="config_mms_content_disposition_support">true</bool>
602
603    <!-- If this value is true, the carrier supports sms delivery reports.
604         If false, sms delivery reports are not supported and the preference
605         option to enable/disable delivery reports is removed in the Messaging app. -->
606    <bool name="config_sms_delivery_reports_support">true</bool>
607
608    <!-- If this value is true, the carrier supports mms delivery reports.
609         If false, mms delivery reports are not supported and the preference
610         option to enable/disable delivery reports is removed in the Messaging app. -->
611    <bool name="config_mms_delivery_reports_support">true</bool>
612
613    <!-- If this value is true, the carrier supports mms read reports.
614         If false, mms read reports are not supported and the preference
615         option to enable/disable read reports is removed in the Messaging app. -->
616    <bool name="config_mms_read_reports_support">true</bool>
617</resources>
618