OSDN Git Service

Remove Notification Topics.
[android-x86/frameworks-base.git] / core / res / res / values / config.xml
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
23      NOTE: The naming convention is "config_camelCaseValue". Some legacy
24      entries do not follow the convention, but all new entries should. -->
25
26 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
27     <!-- Do not translate. Defines the slots for the right-hand side icons.  That is to say, the
28          icons in the status bar that are not notifications. -->
29     <string-array name="config_statusBarIcons">
30         <item><xliff:g id="id">@string/status_bar_rotate</xliff:g></item>
31         <item><xliff:g id="id">@string/status_bar_headset</xliff:g></item>
32         <item><xliff:g id="id">@string/status_bar_managed_profile</xliff:g></item>
33         <item><xliff:g id="id">@string/status_bar_ime</xliff:g></item>
34         <item><xliff:g id="id">@string/status_bar_sync_failing</xliff:g></item>
35         <item><xliff:g id="id">@string/status_bar_sync_active</xliff:g></item>
36         <item><xliff:g id="id">@string/status_bar_cast</xliff:g></item>
37         <item><xliff:g id="id">@string/status_bar_hotspot</xliff:g></item>
38         <item><xliff:g id="id">@string/status_bar_location</xliff:g></item>
39         <item><xliff:g id="id">@string/status_bar_bluetooth</xliff:g></item>
40         <item><xliff:g id="id">@string/status_bar_nfc</xliff:g></item>
41         <item><xliff:g id="id">@string/status_bar_tty</xliff:g></item>
42         <item><xliff:g id="id">@string/status_bar_speakerphone</xliff:g></item>
43         <item><xliff:g id="id">@string/status_bar_zen</xliff:g></item>
44         <item><xliff:g id="id">@string/status_bar_mute</xliff:g></item>
45         <item><xliff:g id="id">@string/status_bar_volume</xliff:g></item>
46         <item><xliff:g id="id">@string/status_bar_wifi</xliff:g></item>
47         <item><xliff:g id="id">@string/status_bar_cdma_eri</xliff:g></item>
48         <item><xliff:g id="id">@string/status_bar_data_connection</xliff:g></item>
49         <item><xliff:g id="id">@string/status_bar_phone_evdo_signal</xliff:g></item>
50         <item><xliff:g id="id">@string/status_bar_phone_signal</xliff:g></item>
51         <item><xliff:g id="id">@string/status_bar_battery</xliff:g></item>
52         <item><xliff:g id="id">@string/status_bar_alarm_clock</xliff:g></item>
53         <item><xliff:g id="id">@string/status_bar_secure</xliff:g></item>
54         <item><xliff:g id="id">@string/status_bar_clock</xliff:g></item>
55     </string-array>
56
57     <string translatable="false" name="status_bar_rotate">rotate</string>
58     <string translatable="false" name="status_bar_headset">headset</string>
59     <string translatable="false" name="status_bar_managed_profile">managed_profile</string>
60     <string translatable="false" name="status_bar_ime">ime</string>
61     <string translatable="false" name="status_bar_sync_failing">sync_failing</string>
62     <string translatable="false" name="status_bar_sync_active">sync_active</string>
63     <string translatable="false" name="status_bar_cast">cast</string>
64     <string translatable="false" name="status_bar_hotspot">hotspot</string>
65     <string translatable="false" name="status_bar_location">location</string>
66     <string translatable="false" name="status_bar_bluetooth">bluetooth</string>
67     <string translatable="false" name="status_bar_nfc">nfc</string>
68     <string translatable="false" name="status_bar_tty">tty</string>
69     <string translatable="false" name="status_bar_speakerphone">speakerphone</string>
70     <string translatable="false" name="status_bar_zen">zen</string>
71     <string translatable="false" name="status_bar_mute">mute</string>
72     <string translatable="false" name="status_bar_volume">volume</string>
73     <string translatable="false" name="status_bar_wifi">wifi</string>
74     <string translatable="false" name="status_bar_cdma_eri">cdma_eri</string>
75     <string translatable="false" name="status_bar_data_connection">data_connection</string>
76     <string translatable="false" name="status_bar_phone_evdo_signal">phone_evdo_signal</string>
77     <string translatable="false" name="status_bar_phone_signal">phone_signal</string>
78     <string translatable="false" name="status_bar_battery">battery</string>
79     <string translatable="false" name="status_bar_alarm_clock">alarm_clock</string>
80     <string translatable="false" name="status_bar_secure">secure</string>
81     <string translatable="false" name="status_bar_clock">clock</string>
82
83     <!-- Flag indicating whether the surface flinger has limited
84          alpha compositing functionality in hardware.  If set, the window
85          manager will disable alpha trasformation in animations where not
86          strictly needed. -->
87     <bool name="config_sf_limitedAlpha">false</bool>
88
89     <!-- Default value used to block data calls if ims is not
90          connected.  If you use the ims apn DCT will block
91          any other apn from connecting until ims apn is connected-->
92     <bool name="ImsConnectedDefaultValue">false</bool>
93
94     <!-- Flag indicating whether the surface flinger is inefficient
95          at performing a blur.  Used by parts of the UI to turn off
96          the blur effect where it isn't worth the performance hit.
97          As of Honeycomb, blurring is not supported anymore. -->
98     <bool name="config_sf_slowBlur">true</bool>
99
100     <!-- Flag indicating that the media framework should support playing of sounds on volume
101          key usage.  This adds noticeable additional overhead to volume key processing, so
102          is disableable for products for which it is irrelevant. -->
103     <bool name="config_useVolumeKeySounds">true</bool>
104
105     <!-- The attenuation in dB applied to the sound effects played
106          through AudioManager.playSoundEffect() when no volume is specified. -->
107     <integer name="config_soundEffectVolumeDb">-6</integer>
108
109     <!-- The attenuation in dB applied to the lock/unlock sounds. -->
110     <integer name="config_lockSoundVolumeDb">-6</integer>
111
112     <!-- Flag indicating whether the AUDIO_BECOMING_NOISY notification should
113          be sent during a change to the audio output device. -->
114     <bool name="config_sendAudioBecomingNoisy">true</bool>
115
116     <!-- The duration (in milliseconds) of a short animation. -->
117     <integer name="config_shortAnimTime">200</integer>
118
119     <!-- The duration (in milliseconds) of a medium-length animation. -->
120     <integer name="config_mediumAnimTime">400</integer>
121
122     <!-- The duration (in milliseconds) of a long animation. -->
123     <integer name="config_longAnimTime">500</integer>
124
125     <!-- The duration (in milliseconds) of the activity open/close and fragment open/close animations. -->
126     <integer name="config_activityShortDur">150</integer>
127     <integer name="config_activityDefaultDur">220</integer>
128
129     <!-- Duration for the dim animation behind a dialog.  This may be either
130          a percentage, which is relative to the duration of the enter/open
131          animation of the window being shown that is dimming behind, or it may
132          be an integer for a constant duration. -->
133     <fraction name="config_dimBehindFadeDuration">100%</fraction>
134
135     <!-- The maximum width we would prefer dialogs to be.  0 if there is no
136          maximum (let them grow as large as the screen).  Actual values are
137          specified for -large and -xlarge configurations. -->
138     <dimen name="config_prefDialogWidth">320dp</dimen>
139
140     <!-- Enables or disables fading edges when marquee is enabled in TextView.
141          Off by default, since the framebuffer readback used to implement the
142          fading edges is prohibitively expensive on most GPUs. -->
143     <bool name="config_ui_enableFadingMarquee">false</bool>
144
145     <!-- Whether dialogs should close automatically when the user touches outside
146          of them.  This should not normally be modified. -->
147     <bool name="config_closeDialogWhenTouchOutside">true</bool>
148
149     <!-- Device configuration indicating whether we should avoid using accelerated graphics
150          in certain places to reduce RAM footprint.  This is ignored if ro.config.low_ram
151          is true (in that case this is assumed true as well).  It can allow you to tune down
152          your device's memory use without going to the point of causing applications to turn
153          off features. -->
154     <bool name="config_avoidGfxAccel">false</bool>
155
156     <!-- Device configuration setting the minfree tunable in the lowmemorykiller in the kernel.
157          A high value will cause the lowmemorykiller to fire earlier, keeping more memory
158          in the file cache and preventing I/O thrashing, but allowing fewer processes to
159          stay in memory.  A low value will keep more processes in memory but may cause
160          thrashing if set too low.  Overrides the default value chosen by ActivityManager
161          based on screen size and total memory for the largest lowmemorykiller bucket, and
162          scaled proportionally to the smaller buckets.  -1 keeps the default. -->
163     <integer name="config_lowMemoryKillerMinFreeKbytesAbsolute">-1</integer>
164
165     <!-- Device configuration adjusting the minfree tunable in the lowmemorykiller in the
166          kernel.  A high value will cause the lowmemorykiller to fire earlier, keeping more
167          memory in the file cache and preventing I/O thrashing, but allowing fewer processes
168          to stay in memory.  A low value will keep more processes in memory but may cause
169          thrashing if set too low.  Directly added to the default value chosen by
170          ActivityManager based on screen size and total memory for the largest lowmemorykiller
171          bucket, and scaled proportionally to the smaller buckets. 0 keeps the default. -->
172     <integer name="config_lowMemoryKillerMinFreeKbytesAdjust">0</integer>
173
174     <!-- Device configuration setting the /proc/sys/vm/extra_free_kbytes tunable in the kernel
175          (if it exists).  A high value will increase the amount of memory that the kernel
176          tries to keep free, reducing allocation time and causing the lowmemorykiller to kill
177          earlier.  A low value allows more memory to be used by processes but may cause more
178          allocations to block waiting on disk I/O or lowmemorykiller.  Overrides the default
179          value chosen by ActivityManager based on screen size.  0 prevents keeping any extra
180          memory over what the kernel keeps by default.  -1 keeps the default. -->
181     <integer name="config_extraFreeKbytesAbsolute">-1</integer>
182
183     <!-- Device configuration adjusting the /proc/sys/vm/extra_free_kbytes tunable in the kernel
184          (if it exists).  0 uses the default value chosen by ActivityManager.  A positive value
185          will increase the amount of memory that the kernel tries to keep free, reducing
186          allocation time and causing the lowmemorykiller to kill earlier.  A negative value
187          allows more memory to be used by processes but may cause more allocations to block
188          waiting on disk I/O or lowmemorykiller.  Directly added to the default value chosen by
189          ActivityManager based on screen size. -->
190     <integer name="config_extraFreeKbytesAdjust">0</integer>
191
192     <!-- Set this to true to enable the platform's auto-power-save modes like doze and
193          app standby.  These are not enabled by default because they require a standard
194          cloud-to-device messaging service for apps to interact correctly with the modes
195          (such as to be able to deliver an instant message to the device even when it is
196          dozing).  This should be enabled if you have such services and expect apps to
197          correctly use them when installed on your device.  Otherwise, keep this disabled
198          so that applications can still use their own mechanisms. -->
199     <bool name="config_enableAutoPowerModes">false</bool>
200
201     <!-- The threshold angle for any motion detection in auto-power save modes.
202          In hundreths of a degree. -->
203     <integer name="config_autoPowerModeThresholdAngle">200</integer>
204
205     <!-- The sensor id of an "any motion" sensor used in auto-power save modes.
206          0 indicates this sensor is not available. -->
207     <integer name="config_autoPowerModeAnyMotionSensor">0</integer>
208
209     <!-- If an any motion sensor is not available, prefer the wrist tilt detector over the
210          SMD. -->
211     <bool name="config_autoPowerModePreferWristTilt">false</bool>
212
213     <!-- If a location should be pre-fetched when going into device idle. -->
214     <bool name="config_autoPowerModePrefetchLocation">true</bool>
215
216     <!-- The duration (in milliseconds) that the radio will scan for a signal
217          when there's no network connection. If the scan doesn't timeout, use zero -->
218     <integer name="config_radioScanningTimeout">0</integer>
219
220     <!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION.
221          Please don't copy them, copy anything else. -->
222
223     <!-- This string array should be overridden by the device to present a list of network
224          attributes.  This is used by the connectivity manager to decide which networks can coexist
225          based on the hardware -->
226     <!-- An Array of "[Connection name],[ConnectivityManager.TYPE_xxxx],
227          [associated radio-type],[priority],[restoral-timer(ms)],[dependencyMet]  -->
228     <!-- the 5th element "resore-time" indicates the number of milliseconds to delay
229          before automatically restore the default connection.  Set -1 if the connection
230          does not require auto-restore. -->
231     <!-- the 6th element indicates boot-time dependency-met value. -->
232     <string-array translatable="false" name="networkAttributes">
233         <item>"wifi,1,1,1,-1,true"</item>
234         <item>"mobile,0,0,0,-1,true"</item>
235         <item>"mobile_mms,2,0,2,60000,true"</item>
236         <item>"mobile_supl,3,0,2,60000,true"</item>
237         <item>"mobile_hipri,5,0,3,60000,true"</item>
238         <item>"mobile_fota,10,0,2,60000,true"</item>
239         <item>"mobile_ims,11,0,2,60000,true"</item>
240         <item>"mobile_cbs,12,0,2,60000,true"</item>
241         <item>"wifi_p2p,13,1,0,-1,true"</item>
242         <item>"mobile_ia,14,0,2,-1,true"</item>
243         <item>"mobile_emergency,15,0,2,-1,true"</item>
244     </string-array>
245
246     <!-- Array of ConnectivityManager.TYPE_xxxx constants for networks that may only
247          be controlled by systemOrSignature apps.  -->
248     <integer-array translatable="false" name="config_protectedNetworks">
249         <item>10</item>
250         <item>11</item>
251         <item>12</item>
252         <item>14</item>
253         <item>15</item>
254     </integer-array>
255
256     <!-- This string array should be overridden by the device to present a list of radio
257          attributes.  This is used by the connectivity manager to decide which networks can coexist
258          based on the hardware -->
259     <!-- An Array of "[ConnectivityManager connectionType],
260                       [# simultaneous connection types]"  -->
261     <string-array translatable="false" name="radioAttributes">
262         <item>"1,1"</item>
263         <item>"0,1"</item>
264     </string-array>
265
266     <!-- Set of NetworkInfo.getType() that reflect data usage. -->
267     <integer-array translatable="false" name="config_data_usage_network_types">
268         <item>0</item> <!-- TYPE_MOBILE -->
269         <item>2</item> <!-- TYPE_MOBILE_MMS -->
270         <item>3</item> <!-- TYPE_MOBILE_SUPL -->
271         <item>4</item> <!-- TYPE_MOBILE_DUN -->
272         <item>5</item> <!-- TYPE_MOBILE_HIPRI -->
273         <item>10</item> <!-- TYPE_MOBILE_FOTA -->
274         <item>11</item> <!-- TYPE_MOBILE_IMS -->
275         <item>12</item> <!-- TYPE_MOBILE_CBS -->
276         <item>14</item> <!-- TYPE_MOBILE_IA -->
277     </integer-array>
278
279     <!-- The maximum duration (in milliseconds) we expect a network transition to take -->
280     <integer name="config_networkTransitionTimeout">60000</integer>
281
282     <!-- List of regexpressions describing the interface (if any) that represent tetherable
283          USB interfaces.  If the device doesn't want to support tethering over USB this should
284          be empty.  An example would be "usb.*" -->
285     <string-array translatable="false" name="config_tether_usb_regexs">
286     </string-array>
287
288     <!-- List of regexpressions describing the interface (if any) that represent tetherable
289          Wifi interfaces.  If the device doesn't want to support tethering over Wifi this
290          should be empty.  An example would be "softap.*" -->
291     <string-array translatable="false" name="config_tether_wifi_regexs">
292     </string-array>
293
294     <!-- List of regexpressions describing the interface (if any) that represent tetherable
295          WiMAX interfaces.  If the device doesn't want to support tethering over Wifi this
296          should be empty.  An example would be "softap.*" -->
297     <string-array translatable="false" name="config_tether_wimax_regexs">
298     </string-array>
299
300     <!-- List of regexpressions describing the interface (if any) that represent tetherable
301          bluetooth interfaces.  If the device doesn't want to support tethering over bluetooth this
302          should be empty. -->
303     <string-array translatable="false" name="config_tether_bluetooth_regexs">
304     </string-array>
305
306     <!-- Max number of Bluetooth tethering connections allowed. If this is
307          updated config_tether_dhcp_range has to be updated appropriately. -->
308     <integer translateable="false" name="config_max_pan_devices">5</integer>
309
310     <!-- Dhcp range (min, max) to use for tethering purposes -->
311     <string-array translatable="false" name="config_tether_dhcp_range">
312     </string-array>
313
314     <!-- Regex of wired ethernet ifaces -->
315     <string translatable="false" name="config_ethernet_iface_regex">eth\\d</string>
316
317     <!-- If the mobile hotspot feature requires provisioning, a package name and class name
318         can be provided to launch a supported application that provisions the devices.
319
320         Example Usage:
321
322         String[] appDetails = getStringArray(R.array.config_mobile_hotspot_provision_app);
323         Intent intent = new Intent(Intent.ACTION_MAIN);
324         intent.setClassName(appDetails[0], appDetails[1]);
325         startActivityForResult(intent, 0);
326
327         public void onActivityResult(int requestCode, int resultCode, Intent intent) {
328             super.onActivityResult(requestCode, resultCode, intent);
329             if (requestCode == 0) {
330                 if (resultCode == Activity.RESULT_OK) {
331                     //Mobile hotspot provisioning successful
332                 } else {
333                     //Mobile hotspot provisioning failed
334                 }
335             }
336
337         See src/com/android/settings/TetherSettings.java for more details.
338         For ui-less/periodic recheck support see config_mobile_hotspot_provision_app_no_ui
339         -->
340     <!-- The first element is the package name and the second element is the class name
341          of the provisioning app -->
342     <string-array translatable="false" name="config_mobile_hotspot_provision_app">
343     <!--
344         <item>com.example.provisioning</item>
345         <item>com.example.provisioning.Activity</item>
346     -->
347     </string-array>
348
349     <!-- If the mobile hotspot feature requires provisioning, an action can be provided
350          that will be broadcast in non-ui cases for checking the provisioning status.
351
352          A second broadcast, action defined by config_mobile_hotspot_provision_response,
353          will be sent back to notify if provisioning succeeded or not.  The response will
354          match that of the activity in config_mobile_hotspot_provision_app, but instead
355          contained within the int extra "EntitlementResult".
356
357          Example Usage:
358          String provisionAction = getString(R.string.config_mobile_hotspot_provision_check);
359          sendBroadcast(new Intent(provisionAction));
360
361          public void onReceive(Context context, Intent intent) {
362              String provisionResponse =
363                     getString(R.string.config_mobile_hotspot_provision_response);
364              if (provisionResponse.equals(intent.getAction())
365                     && intent.getIntExtra("EntitlementResult") == Activity.RESULT_OK) {
366                  //Mobile hotspot provisioning successful
367              } else {
368                  //Mobile hotspot provisioning failed
369              }
370          }
371         -->
372     <string translatable="false" name="config_mobile_hotspot_provision_app_no_ui"></string>
373     <!-- Sent in response to a provisioning check. The caller must hold the
374          permission android.permission.CONNECTIVITY_INTERNAL for Settings to
375          receive this response.
376
377          See config_mobile_hotspot_provision_response
378          -->
379     <string translatable="false" name="config_mobile_hotspot_provision_response"></string>
380     <!-- Number of hours between each background provisioning call -->
381     <integer translatable="false" name="config_mobile_hotspot_provision_check_period">24</integer>
382
383     <!-- Activity name to enable wifi tethering after provisioning app succeeds -->
384     <string translatable="false" name="config_wifi_tether_enable">com.android.settings/.TetherService</string>
385
386     <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering -->
387     <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
388     <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
389     <integer-array translatable="false" name="config_tether_upstream_types">
390         <item>0</item>
391         <item>1</item>
392         <item>5</item>
393         <item>7</item>
394         <item>9</item>
395     </integer-array>
396
397     <!-- If the DUN connection for this CDMA device supports more than just DUN -->
398     <!-- traffic you should list them here. -->
399     <!-- If this device is not CDMA this is ignored.  If this list is empty on -->
400     <!-- a DUN-requiring CDMA device, the DUN APN will just support just DUN. -->
401     <string-array translatable="false" name="config_cdma_dun_supported_types">
402     </string-array>
403
404     <!-- String containing the apn value for tethering.  May be overriden by secure settings
405          TETHER_DUN_APN.  Value is a comma separated series of strings:
406          "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type",
407          Or string format of ApnSettingV3.
408          note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN"
409          Multiple entries are separated by using string-array:
410          "<item>[ApnSettingV3]Name,apn,,,,,,,,,123,45,,mms|*,IPV6,IP,true,14,,,,,,,spn,testspn</item>
411           <item>[ApnSettingV3]Name1,apn2,,,,,,,,,123,46,,mms|*,IPV6,IP,true,12,,,,,,,,</item>" -->
412     <string-array translatable="false" name="config_tether_apndata">
413     </string-array>
414
415     <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
416     <bool translatable="false" name="config_wifi_dual_band_support">false</bool>
417
418     <!-- Boolean indicating whether Hotspot 2.0/Passpoint and ANQP queries is enabled -->
419     <bool translatable="false" name="config_wifi_hotspot2_enabled">false</bool>
420
421     <!-- Device type information conforming to Annex B format in WiFi Direct specification.
422          The default represents a dual-mode smartphone -->
423     <string translatable="false" name="config_wifi_p2p_device_type">10-0050F204-5</string>
424
425     <!-- Boolean indicating whether the wifi chipset supports background scanning mechanism.
426          This mechanism allows the host to remain in suspend state and the dongle to actively
427          scan and wake the host when a configured SSID is detected by the dongle. This chipset
428          capability can provide power savings when wifi needs to be always kept on. -->
429     <bool translatable="false" name="config_wifi_background_scan_support">false</bool>
430
431     <!-- Boolean indicating we re-try re-associating once upon disconnection and RSSI is high failure  -->
432     <bool translatable="true" name="config_wifi_enable_disconnection_debounce">true</bool>
433
434     <!-- Boolean indicating autojoin will prefer 5GHz and choose 5GHz BSSIDs -->
435     <bool translatable="true" name="config_wifi_enable_5GHz_preference">true</bool>
436
437     <!-- Boolean indicating whether or not to revert to default country code when cellular
438          radio is unable to find any MCC information to infer wifi country code from -->
439     <bool translatable="false" name="config_wifi_revert_country_code_on_cellular_loss">false</bool>
440
441     <!-- Boolean indicating whether or not wifi firmware debugging is enabled -->
442     <bool translatable="false" name="config_wifi_enable_wifi_firmware_debugging">true</bool>
443
444     <!-- Boolean indicating whether or not wifi should turn off when emergency call is made -->
445     <bool translatable="false" name="config_wifi_turn_off_during_emergency_call">false</bool>
446
447     <!-- Integer specifying the basic autojoin parameters -->
448     <integer translatable="false" name="config_wifi_framework_5GHz_preference_boost_threshold">-65</integer>
449     <integer translatable="false" name="config_wifi_framework_5GHz_preference_boost_factor">40</integer>
450     <integer translatable="false" name="config_wifi_framework_current_association_hysteresis_high">16</integer>
451     <integer translatable="false" name="config_wifi_framework_current_association_hysteresis_low">10</integer>
452     <integer translatable="false" name="config_wifi_framework_5GHz_preference_penalty_threshold">-75</integer>
453     <integer translatable="false" name="config_wifi_framework_RSSI_SCORE_OFFSET">85</integer>
454     <integer translatable="false" name="config_wifi_framework_RSSI_SCORE_SLOPE">4</integer>
455     <integer translatable="false" name="config_wifi_framework_SAME_BSSID_AWARD">24</integer>
456     <integer translatable="false" name="config_wifi_framework_LAST_SELECTION_AWARD">480</integer>
457     <integer translatable="false" name="config_wifi_framework_PASSPOINT_SECURITY_AWARD">40</integer>
458     <integer translatable="false" name="config_wifi_framework_SECURITY_AWARD">80</integer>
459     <!-- Integer parameters of the wifi to cellular handover feature
460          wifi should not stick to bad networks -->
461     <integer translatable="false" name="config_wifi_framework_wifi_score_bad_rssi_threshold_5GHz">-82</integer>
462     <integer translatable="false" name="config_wifi_framework_wifi_score_low_rssi_threshold_5GHz">-70</integer>
463     <integer translatable="false" name="config_wifi_framework_wifi_score_good_rssi_threshold_5GHz">-57</integer>
464     <integer translatable="false" name="config_wifi_framework_wifi_score_bad_rssi_threshold_24GHz">-85</integer>
465     <integer translatable="false" name="config_wifi_framework_wifi_score_low_rssi_threshold_24GHz">-73</integer>
466     <integer translatable="false" name="config_wifi_framework_wifi_score_good_rssi_threshold_24GHz">-60</integer>
467     <integer translatable="false" name="config_wifi_framework_wifi_score_bad_link_speed_24">6</integer>
468     <integer translatable="false" name="config_wifi_framework_wifi_score_bad_link_speed_5">12</integer>
469     <integer translatable="false" name="config_wifi_framework_wifi_score_good_link_speed_24">24</integer>
470     <integer translatable="false" name="config_wifi_framework_wifi_score_good_link_speed_5">36</integer>
471     <string  translatable="false" name="config_wifi_random_mac_oui">DA-A1-19</string>
472     <string  translatable="false" name="config_wifi_framework_sap_2G_channel_list">1,6,11</string>
473
474     <bool translatable="false" name="config_wifi_framework_cellular_handover_enable_user_triggered_adjustment">true</bool>
475
476     <!-- Integer packet threshold used to allow scan while associated -->
477     <integer translatable="false" name="config_wifi_framework_associated_full_scan_tx_packet_threshold">5</integer>
478     <integer translatable="false" name="config_wifi_framework_associated_full_scan_rx_packet_threshold">10</integer>
479     <integer translatable="false" name="config_wifi_framework_associated_partial_scan_tx_packet_threshold">40</integer>
480     <integer translatable="false" name="config_wifi_framework_associated_partial_scan_rx_packet_threshold">80</integer>
481     <integer translatable="false" name="config_wifi_framework_network_switch_tx_packet_threshold">2</integer>
482     <integer translatable="false" name="config_wifi_framework_network_switch_rx_packet_threshold">20</integer>
483
484     <!-- Integer indicating wpa_supplicant scan interval in milliseconds -->
485     <integer translatable="false" name="config_wifi_supplicant_scan_interval">15000</integer>
486
487     <!-- Integer indicating amount of time failed networks areblacklisted for the purpose
488          of network switching in milliseconds -->
489     <integer translatable="false" name="config_wifi_network_switching_blacklist_time">172800000</integer>
490
491     <!-- Integer indicating wpa_supplicant scan interval when p2p is connected in milliseconds -->
492     <integer translatable="false" name="config_wifi_scan_interval_p2p_connected">60000</integer>
493
494     <!-- Integer indicating the framework scan interval in milliseconds. This is used in the scenario
495          where the chipset does not support background scanning (config_wifi_background_scan_suport
496          is false) to set up a periodic wake up scan so that the device can connect to a new access
497          point on the move. A value of 0 means no periodic scans will be used in the framework. -->
498     <integer translatable="false" name="config_wifi_framework_scan_interval">300000</integer>
499
500     <!-- Integer indicating the framework no networks periodic scan interval in milliseconds. -->
501     <integer translatable="false" name="config_wifi_no_network_periodic_scan_interval">300000</integer>
502
503     <!-- Integer indicating disconnect mode short scan interval in milliseconds -->
504     <integer translatable="false" name="config_wifi_disconnected_short_scan_interval">15000</integer>
505
506     <!-- Integer indicating disconnect mode long scan interval in milliseconds -->
507     <integer translatable="false" name="config_wifi_disconnected_long_scan_interval">120000</integer>
508
509     <!-- Integer indicating associated partial scan short interval in milliseconds -->
510     <integer translatable="false" name="config_wifi_associated_short_scan_interval">20000</integer>
511
512     <!-- Integer indicating associated partial scan long interval in milliseconds -->
513     <integer translatable="false" name="config_wifi_associated_long_scan_interval">180000</integer>
514
515     <!-- Integer indicating associated full scan backoff, representing a fraction: xx/8 -->
516     <integer translatable="false" name="config_wifi_framework_associated_full_scan_backoff">12</integer>
517
518     <!-- Integer indicating associated full scan max interval in milliseconds -->
519     <integer translatable="false" name="config_wifi_framework_associated_full_scan_max_interval">300000</integer>
520
521     <!-- Integer indicating associated full scan max total dwell time in milliseconds -->
522     <integer translatable="false" name="config_wifi_framework_associated_full_scan_max_total_dwell_time">500</integer>
523
524     <!-- Integer indicating associated full scan max num active channels -->
525     <integer translatable="false" name="config_wifi_framework_associated_partial_scan_max_num_active_channels">6</integer>
526
527     <!-- Integer indicating associated full scan max num passive channels -->
528     <integer translatable="false" name="config_wifi_framework_associated_partial_scan_max_num_passive_channels">3</integer>
529
530     <!-- Integer indicating number of association errors leading to blacklisting of the network -->
531     <integer translatable="false" name="config_wifi_framework_max_connection_errors_to_blacklist">4</integer>
532
533     <!-- Integer indicating number of authentication errors leading to blacklisting of the network -->
534     <integer translatable="false" name="config_wifi_framework_max_auth_errors_to_blacklist">4</integer>
535
536     <!-- Integer indicating minimum blacklisting delay of a wofo configuration due to connectin or auth errors -->
537     <integer translatable="false" name="config_wifi_framework_network_black_list_min_time_milli">120000</integer>
538
539     <!-- Integer indicating RSSI boost given to current network -->
540     <integer translatable="false" name="config_wifi_framework_current_network_boost">16</integer>
541
542     <!-- Integer indicating how to handle beacons with uninitialized RSSI value of 0 -->
543     <integer translatable="false" name="config_wifi_framework_scan_result_rssi_level_patchup_value">-85</integer>
544
545     <!-- Boolean indicating associated network selection is allowed -->
546     <bool translatable="false" name="config_wifi_framework_enable_associated_network_selection">true</bool>
547
548     <!-- Boolean indicating that wifi only link configuratios that have exact same credentials (i.e PSK) -->
549     <bool translatable="false" name="config_wifi_only_link_same_credential_configurations">true</bool>
550
551     <!-- Wifi driver supports batched scan -->
552     <bool translatable="false" name="config_wifi_batched_scan_supported">false</bool>
553
554     <!-- Wifi HAL supported PNO -->
555     <bool translatable="false" name="config_wifi_hal_pno_enable">false</bool>
556
557     <!-- Wifi SSID white list (can't be enabled if config_wifi_hal_pno_enable is not) -->
558     <bool translatable="false" name="config_wifi_ssid_white_list_enable">true</bool>
559
560     <!-- Idle Receive current for wifi radio. 0 by default-->
561     <integer translatable="false" name="config_wifi_idle_receive_cur_ma">0</integer>
562
563     <!-- Rx current for wifi radio. 0 by default-->
564     <integer translatable="false" name="config_wifi_active_rx_cur_ma">0</integer>
565
566     <!-- Tx current for wifi radio. 0 by default-->
567     <integer translatable="false" name="config_wifi_tx_cur_ma">0</integer>
568
569     <!-- Operating volatage for wifi radio. 0 by default-->
570     <integer translatable="false" name="config_wifi_operating_voltage_mv">0</integer>
571
572     <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
573          Software implementation will be used if config_hardware_auto_brightness_available is not set -->
574     <bool name="config_automatic_brightness_available">false</bool>
575
576     <!-- Don't name config resources like this.  It should look like config_annoyDianne -->
577     <bool name="config_annoy_dianne">true</bool>
578
579     <!-- XXXXXX END OF RESOURCES USING WRONG NAMING CONVENTION -->
580
581     <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
582     <bool name="config_unplugTurnsOnScreen">false</bool>
583
584     <!-- If this is true, the message that USB is only being used for charging will be shown. -->
585     <bool name="config_usbChargingMessage">true</bool>
586
587     <!-- Set this true only if the device has separate attention and notification lights. -->
588     <bool name="config_useAttentionLight">false</bool>
589
590     <!-- If this is true, the screen will fade off. -->
591     <bool name="config_animateScreenLights">false</bool>
592
593     <!-- If this is true, key chords can be used to take a screenshot on the device. -->
594     <bool name="config_enableScreenshotChord">true</bool>
595
596     <!-- If this is true, allow wake from theater mode when plugged in or unplugged. -->
597     <bool name="config_allowTheaterModeWakeFromUnplug">false</bool>
598     <!-- If this is true, allow wake from theater mode from gesture. -->
599     <bool name="config_allowTheaterModeWakeFromGesture">false</bool>
600     <!-- If this is true, allow wake from theater mode from camera lens cover is switched. -->
601     <bool name="config_allowTheaterModeWakeFromCameraLens">false</bool>
602     <!-- If this is true, allow wake from theater mode from power key press. -->
603     <bool name="config_allowTheaterModeWakeFromPowerKey">true</bool>
604     <!-- If this is true, allow wake from theater mode from regular key press. Setting this value to
605          true implies config_allowTheaterModeWakeFromPowerKey is also true-->
606     <bool name="config_allowTheaterModeWakeFromKey">false</bool>
607     <!-- If this is true, allow wake from theater mode from motion. -->
608     <bool name="config_allowTheaterModeWakeFromMotion">false</bool>
609     <!-- If this is true, allow wake from theater mode from motion. -->
610     <bool name="config_allowTheaterModeWakeFromMotionWhenNotDreaming">false</bool>
611     <!-- If this is true, allow wake from theater mode from lid switch. -->
612     <bool name="config_allowTheaterModeWakeFromLidSwitch">false</bool>
613     <!-- If this is true, allow wake from theater mode when docked. -->
614     <bool name="config_allowTheaterModeWakeFromDock">false</bool>
615     <!-- If this is true, allow wake from theater mode from window layout flag. -->
616     <bool name="config_allowTheaterModeWakeFromWindowLayout">false</bool>
617     <!-- If this is true, go to sleep when theater mode is enabled from button press -->
618     <bool name="config_goToSleepOnButtonPressTheaterMode">true</bool>
619     <!-- If this is true, long press on power button will be available from the non-interactive state -->
620     <bool name="config_supportLongPressPowerWhenNonInteractive">false</bool>
621
622     <!-- Auto-rotation behavior -->
623
624     <!-- If true, enables auto-rotation features using the accelerometer.
625          Otherwise, auto-rotation is disabled.  Applications may still request
626          to use specific orientations but the sensor is ignored and sensor-based
627          orientations are not available.  Furthermore, all auto-rotation related
628          settings are omitted from the system UI.  In certain situations we may
629          still use the accelerometer to determine the orientation, such as when
630          docked if the dock is configured to enable the accelerometer. -->
631     <bool name="config_supportAutoRotation">true</bool>
632
633     <!-- If true, the screen can be rotated via the accelerometer in all 4
634          rotations as the default behavior. -->
635     <bool name="config_allowAllRotations">false</bool>
636
637     <!-- If true, the direction rotation is applied to get to an application's requested
638          orientation is reversed.  Normally, the model is that landscape is
639          clockwise from portrait; thus on a portrait device an app requesting
640          landscape will cause a clockwise rotation, and on a landscape device an
641          app requesting portrait will cause a counter-clockwise rotation.  Setting
642          true here reverses that logic. -->
643     <bool name="config_reverseDefaultRotation">false</bool>
644
645     <!-- Sets the minimum and maximum tilt tolerance for each possible rotation.
646          This array consists of 4 pairs of values which specify the minimum and maximum
647          tilt angle at which the device will transition into each rotation.
648
649          The tilt angle represents the direction in which the plane of the screen is facing;
650          it is also known as the angle of elevation.
651
652            -90 degree tilt means that the screen is facing straight down
653                            (the device is being held overhead upside-down)
654              0 degree tilt means that the screen is facing outwards
655                            (the device is being held vertically)
656             90 degree tilt means that the screen is facing straight up
657                            (the device is resting on a flat table)
658
659         The default tolerances are set conservatively such that the device is more
660         likely to remain in its natural orientation than rotate into a counterclockwise,
661         clockwise, or reversed posture (with an especially strong bias against the latter)
662         to prevent accidental rotation while carrying the device in hand.
663
664         These thresholds may need to be tuned when the device is intended to be
665         mounted into a dock with a particularly shallow profile wherein rotation
666         would ordinarily have been suppressed.
667
668         It is helpful to consider the desired behavior both when the device is being
669         held at a positive tilt (typical case) vs. a negative tilt (reading overhead in
670         bed) since they are quite different.  In the overhead case, we typically want
671         the device to more strongly prefer to retain its current configuration (in absence
672         of a clear indication that a rotation is desired) since the user's head and neck may
673         be held at an unusual angle.
674     -->
675     <integer-array name="config_autoRotationTiltTolerance">
676         <!-- rotation:   0 (natural)    --> <item>-25</item> <item>70</item>
677         <!-- rotation:  90 (rotate CCW) --> <item>-25</item> <item>65</item>
678         <!-- rotation: 180 (reverse)    --> <item>-25</item> <item>60</item>
679         <!-- rotation: 270 (rotate CW)  --> <item>-25</item> <item>65</item>
680     </integer-array>
681
682     <!-- Lid switch behavior -->
683
684     <!-- The number of degrees to rotate the display when the keyboard is open.
685          A value of -1 means no change in orientation by default. -->
686     <integer name="config_lidOpenRotation">-1</integer>
687
688     <!-- Indicate whether the lid state impacts the accessibility of
689          the physical keyboard.  0 means it doesn't, 1 means it is accessible
690          when the lid is open, 2 means it is accessible when the lid is
691          closed.  The default is 0. -->
692     <integer name="config_lidKeyboardAccessibility">0</integer>
693
694     <!-- Indicate whether the lid state impacts the accessibility of
695          the navigation buttons.  0 means it doesn't, 1 means it is accessible
696          when the lid is open, 2 means it is accessible when the lid is
697          closed.  The default is 0. -->
698     <integer name="config_lidNavigationAccessibility">0</integer>
699
700     <!-- Indicate whether closing the lid causes the lockscreen to appear.
701          The default is false. -->
702     <bool name="config_lidControlsScreenLock">false</bool>
703
704     <!-- Indicate whether closing the lid causes the device to go to sleep and opening
705          it causes the device to wake up.
706          The default is false. -->
707     <bool name="config_lidControlsSleep">false</bool>
708
709     <!-- Desk dock behavior -->
710
711     <!-- The number of degrees to rotate the display when the device is in a desk dock.
712          A value of -1 means no change in orientation by default. -->
713     <integer name="config_deskDockRotation">-1</integer>
714
715     <!-- Control whether being in the desk dock (and powered) always
716          keeps the screen on.  By default it stays on when plugged in to
717          AC.  0 will not keep it on; or together 1 to stay on when plugged
718          in to AC and 2 to stay on when plugged in to USB.  (So 3 for both.) -->
719     <integer name="config_deskDockKeepsScreenOn">1</integer>
720
721     <!-- Control whether being in the desk dock should enable accelerometer
722          based screen orientation.  This defaults to true because it is
723          common for desk docks to be sold in a variety of form factors
724          with different orientations.  Since we cannot always tell these docks
725          apart and the docks cannot report their true orientation on their own,
726          we rely on gravity to determine the effective orientation. -->
727     <bool name="config_deskDockEnablesAccelerometer">true</bool>
728
729     <!-- Car dock behavior -->
730
731     <!-- The number of degrees to rotate the display when the device is in a car dock.
732          A value of -1 means no change in orientation by default. -->
733     <integer name="config_carDockRotation">-1</integer>
734
735     <!-- Control whether being in the car dock (and powered) always
736          keeps the screen on.  By default it stays on when plugged in to
737          AC.  0 will not keep it on; or together 1 to stay on when plugged
738          in to AC and 2 to stay on when plugged in to USB.  (So 3 for both.) -->
739     <integer name="config_carDockKeepsScreenOn">1</integer>
740
741     <!-- Control whether being in the car dock should enable accelerometer based
742          screen orientation.  This defaults to true because putting a device in
743          a car dock make the accelerometer more a physical input (like a lid). -->
744
745     <bool name="config_carDockEnablesAccelerometer">true</bool>
746
747     <!--  Control whether to launch Car dock home app when user presses home button or when
748           car dock intent is fired.
749           In mobile device, usually separate home app is expected in car mode, and this should be
750           enabled. But in environments like real car, default home app may be enough, and in that
751           case, this can be disabled (set to false). -->
752     <bool name="config_enableCarDockHomeLaunch">true</bool>
753
754     <!-- HDMI behavior -->
755
756     <!-- The number of degrees to rotate the display when the device has HDMI connected
757          but is not in a dock.  A value of -1 means no change in orientation by default.
758          Use -1 except on older devices whose Hardware Composer HAL does not
759          provide full support for multiple displays.  -->
760     <integer name="config_undockedHdmiRotation">-1</integer>
761
762     <!-- Control the default UI mode type to use when there is no other type override
763          happening.  One of the following values (See Configuration.java):
764              1  UI_MODE_TYPE_NORMAL
765              4  UI_MODE_TYPE_TELEVISION
766              5  UI_MODE_TYPE_APPLIANCE
767              6  UI_MODE_TYPE_WATCH
768          Any other values will have surprising consequences. -->
769     <integer name="config_defaultUiModeType">1</integer>
770
771     <!--  Control whether to lock UI mode to what is selected from config_defaultUiModeType.
772           Once UI mode is locked, applications cannot change it anymore. -->
773     <bool name="config_lockUiMode">false</bool>
774
775     <!--  Control whether to lock day/night mode change from normal application. When it is
776           true, day / night mode change is only allowed to apps with MODIFY_DAY_NIGHT_MODE
777           permission. -->
778     <bool name="config_lockDayNightMode">false</bool>
779
780     <!-- Control the default night mode to use when there is no other mode override set.
781          One of the following values (see UiModeManager.java):
782              0 - MODE_NIGHT_AUTO
783              1 - MODE_NIGHT_NO
784              2 - MODE_NIGHT_YES
785     -->
786     <integer name="config_defaultNightMode">1</integer>
787
788     <!-- Indicate whether to allow the device to suspend when the screen is off
789          due to the proximity sensor.  This resource should only be set to true
790          if the sensor HAL correctly handles the proximity sensor as a wake-up source.
791          Otherwise, the device may fail to wake out of suspend reliably.
792          The default is false. -->
793     <bool name="config_suspendWhenScreenOffDueToProximity">false</bool>
794
795     <!-- Control the behavior when the user long presses the power button.
796             0 - Nothing
797             1 - Global actions menu
798             2 - Power off (with confirmation)
799             3 - Power off (without confirmation)
800     -->
801     <integer name="config_longPressOnPowerBehavior">1</integer>
802
803     <!-- Control the behavior when the user short presses the power button.
804             0 - Nothing
805             1 - Go to sleep (doze)
806             2 - Really go to sleep (don't doze)
807             3 - Really go to sleep and go home (don't doze)
808     -->
809     <integer name="config_shortPressOnPowerBehavior">1</integer>
810
811     <!-- Control the behavior when the user double presses the power button.
812             0 - Nothing
813             1 - Toggle theater mode setting
814             2 - Brightness boost
815     -->
816     <integer name="config_doublePressOnPowerBehavior">0</integer>
817
818     <!-- Control the behavior when the user triple presses the power button.
819             0 - Nothing
820             1 - Toggle theater mode setting
821             2 - Brightness boost
822     -->
823     <integer name="config_triplePressOnPowerBehavior">0</integer>
824
825     <!-- Control the behavior when the user presses the sleep button.
826             0 - Go to sleep (doze)
827             1 - Go to sleep (doze) and go home
828     -->
829     <integer name="config_shortPressOnSleepBehavior">0</integer>
830
831     <!-- Package name for default keyguard appwidget [DO NOT TRANSLATE] -->
832     <string name="widget_default_package_name" translatable="false"></string>
833
834     <!-- Class name for default keyguard appwidget [DO NOT TRANSLATE] -->
835     <string name="widget_default_class_name" translatable="false"></string>
836
837     <!-- Indicate whether the SD card is accessible without removing the battery. -->
838     <bool name="config_batterySdCardAccessibility">false</bool>
839
840     <!-- List of file paths for USB host busses to exclude from USB host support.
841          For example, if the first USB bus on the device is used to communicate
842          with the modem or some other restricted hardware, add "/dev/bus/usb/001/"
843          to this list.  If this is empty, no parts of the host USB bus will be excluded.
844     -->
845     <string-array name="config_usbHostBlacklist" translatable="false">
846     </string-array>
847
848     <!-- List of paths to serial ports that are available to the serial manager.
849          for example, /dev/ttyUSB0
850     -->
851     <string-array translatable="false" name="config_serialPorts">
852     </string-array>
853
854     <!-- Vibrator pattern for feedback about a long screen/key press -->
855     <integer-array name="config_longPressVibePattern">
856         <item>0</item>
857         <item>1</item>
858         <item>20</item>
859         <item>21</item>
860     </integer-array>
861
862     <!-- Vibrator pattern for feedback about touching a virtual key -->
863     <integer-array name="config_virtualKeyVibePattern">
864         <item>0</item>
865         <item>10</item>
866         <item>20</item>
867         <item>30</item>
868     </integer-array>
869
870     <!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
871     <integer-array name="config_keyboardTapVibePattern">
872         <item>40</item>
873     </integer-array>
874
875     <!-- Vibrator pattern for feedback when selecting an hour/minute tick of a Clock -->
876     <integer-array name="config_clockTickVibePattern">
877         <item>125</item>
878         <item>30</item>
879     </integer-array>
880
881     <!-- Vibrator pattern for feedback when selecting a day/month/year date of a Calendar -->
882     <integer-array name="config_calendarDateVibePattern">
883         <item>125</item>
884         <item>30</item>
885     </integer-array>
886
887     <!-- Vibrator pattern for feedback about booting with safe mode disabled -->
888     <integer-array name="config_safeModeDisabledVibePattern">
889         <item>0</item>
890         <item>1</item>
891         <item>20</item>
892         <item>21</item>
893     </integer-array>
894
895     <!-- Vibrator pattern for feedback about booting with safe mode disabled -->
896     <integer-array name="config_safeModeEnabledVibePattern">
897         <item>0</item>
898         <item>1</item>
899         <item>20</item>
900         <item>21</item>
901         <item>500</item>
902         <item>600</item>
903     </integer-array>
904
905     <!-- Vibrator pattern for feedback about hitting a scroll barrier -->
906     <integer-array name="config_scrollBarrierVibePattern">
907         <item>0</item>
908         <item>15</item>
909         <item>10</item>
910         <item>10</item>
911     </integer-array>
912
913     <!-- Vibrator pattern for feedback about a context click -->
914     <integer-array name="config_contextClickVibePattern">
915         <item>0</item>
916         <item>1</item>
917         <item>20</item>
918         <item>21</item>
919     </integer-array>
920
921     <bool name="config_use_strict_phone_number_comparation">false</bool>
922
923     <!-- Display low battery warning when battery level dips to this value.
924          Also, the battery stats are flushed to disk when we hit this level.  -->
925     <integer name="config_criticalBatteryWarningLevel">5</integer>
926
927     <!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
928     <integer name="config_shutdownBatteryTemperature">680</integer>
929
930     <!-- Display low battery warning when battery level dips to this value -->
931     <integer name="config_lowBatteryWarningLevel">15</integer>
932
933     <!-- Close low battery warning when battery level reaches the lowBatteryWarningLevel
934          plus this -->
935     <integer name="config_lowBatteryCloseWarningBump">5</integer>
936
937     <!-- Default color for notification LED. -->
938     <color name="config_defaultNotificationColor">#ffffffff</color>
939
940     <!-- Default LED on time for notification LED in milliseconds. -->
941     <integer name="config_defaultNotificationLedOn">500</integer>
942
943     <!-- Default LED off time for notification LED in milliseconds. -->
944     <integer name="config_defaultNotificationLedOff">2000</integer>
945
946     <!-- Default value for led color when battery is low on charge -->
947     <integer name="config_notificationsBatteryLowARGB">0xFFFF0000</integer>
948
949     <!-- Default value for led color when battery is medium charged -->
950     <integer name="config_notificationsBatteryMediumARGB">0xFFFFFF00</integer>
951
952     <!-- Default value for led color when battery is fully charged -->
953     <integer name="config_notificationsBatteryFullARGB">0xFF00FF00</integer>
954
955     <!-- Default value for LED on time when the battery is low on charge in miliseconds -->
956     <integer name="config_notificationsBatteryLedOn">125</integer>
957
958     <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
959     <bool name="config_intrusiveNotificationLed">false</bool>
960
961     <!-- Default value for LED off time when the battery is low on charge in miliseconds -->
962     <integer name="config_notificationsBatteryLedOff">2875</integer>
963
964     <!-- Number of notifications to keep in the notification service historical archive -->
965     <integer name="config_notificationServiceArchiveSize">100</integer>
966
967     <!-- Allow the menu hard key to be disabled in LockScreen on some devices -->
968     <bool name="config_disableMenuKeyInLockScreen">false</bool>
969
970     <!-- Don't show lock screen before unlock screen (PIN/pattern/password) -->
971     <bool name="config_enableLockBeforeUnlockScreen">false</bool>
972
973     <!-- Disable lockscreen rotation by default -->
974     <bool name="config_enableLockScreenRotation">false</bool>
975
976     <!-- Enable lockscreen translucent decor by default -->
977     <bool name="config_enableLockScreenTranslucentDecor">true</bool>
978
979     <!-- Enable translucent decor by default -->
980     <bool name="config_enableTranslucentDecor">true</bool>
981
982     <!-- Is the device capable of hot swapping an UICC Card -->
983     <bool name="config_hotswapCapable">false</bool>
984
985     <!-- Component name of the ICC hotswap prompt for restart dialog -->
986     <string name="config_iccHotswapPromptForRestartDialogComponent" translateable="false">@null</string>
987
988     <!-- Enable puk unlockscreen by default.
989          If unlock screen is disabled, the puk should be unlocked through Emergency Dialer -->
990     <bool name="config_enable_puk_unlock_screen">true</bool>
991
992     <!-- Enable emergency call when sim is locked or puk locked. Some countries/carriers do not
993          allow emergency calls to be placed without the IMSI, which is locked in the SIM.
994          If so, this should be set to 'false' in an overlay. -->
995     <bool name="config_enable_emergency_call_while_sim_locked">true</bool>
996
997     <!-- Control the behavior when the user long presses the home button.
998             0 - Nothing
999             1 - Recent apps view in SystemUI
1000             2 - Launch assist intent
1001          This needs to match the constants in
1002          policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
1003     -->
1004     <integer name="config_longPressOnHomeBehavior">0</integer>
1005
1006     <!-- Control the behavior when the user double-taps the home button.
1007             0 - Nothing
1008             1 - Recent apps view in SystemUI
1009          This needs to match the constants in
1010          policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
1011     -->
1012     <integer name="config_doubleTapOnHomeBehavior">0</integer>
1013
1014     <!-- Minimum screen brightness setting allowed by the power manager.
1015          The user is forbidden from setting the brightness below this level. -->
1016     <integer name="config_screenBrightnessSettingMinimum">10</integer>
1017
1018     <!-- Maximum screen brightness allowed by the power manager.
1019          The user is forbidden from setting the brightness above this level. -->
1020     <integer name="config_screenBrightnessSettingMaximum">255</integer>
1021
1022     <!-- Default screen brightness setting.
1023          Must be in the range specified by minimum and maximum. -->
1024     <integer name="config_screenBrightnessSettingDefault">102</integer>
1025
1026     <!-- Screen brightness used to dim the screen while dozing in a very low power state.
1027          May be less than the minimum allowed brightness setting
1028          that can be set by the user. -->
1029     <integer name="config_screenBrightnessDoze">1</integer>
1030
1031     <!-- Allow automatic adjusting of the screen brightness while dozing in low power state. -->
1032     <bool name="config_allowAutoBrightnessWhileDozing">false</bool>
1033
1034     <!-- Stability requirements in milliseconds for accepting a new brightness level.  This is used
1035          for debouncing the light sensor.  Different constants are used to debounce the light sensor
1036          when adapting to brighter or darker environments.  This parameter controls how quickly
1037          brightness changes occur in response to an observed change in light level that exceeds the
1038          hysteresis threshold. -->
1039     <integer name="config_autoBrightnessBrighteningLightDebounce">4000</integer>
1040     <integer name="config_autoBrightnessDarkeningLightDebounce">8000</integer>
1041
1042     <!-- Light sensor event rate in milliseconds for automatic brightness control. -->
1043     <integer name="config_autoBrightnessLightSensorRate">250</integer>
1044
1045     <!-- The maximum range of gamma adjustment possible using the screen
1046          auto-brightness adjustment setting. -->
1047     <fraction name="config_autoBrightnessAdjustmentMaxGamma">300%</fraction>
1048
1049     <!-- If we allow automatic adjustment of screen brightness while dozing, how many times we want
1050          to reduce it to preserve the battery. Value of 100% means no scaling. -->
1051     <fraction name="config_screenAutoBrightnessDozeScaleFactor">100%</fraction>
1052
1053     <!-- When the screen is turned on, the previous estimate of the ambient light level at the time
1054          the screen was turned off is restored and is used to determine the initial screen
1055          brightness.
1056
1057          If this flag is true, then the ambient light level estimate will be promptly recomputed
1058          after the warm-up interface and the screen brightness will be adjusted immediately.
1059
1060          If this flag is false, then the ambient light level estimate will be adjusted more
1061          gradually in the same manner that normally happens when the screen is on according to the
1062          brightening or dimming debounce thresholds.  As a result, it may take somewhat longer to
1063          adapt to the environment.  This mode may be better suited for watches. -->
1064     <bool name="config_autoBrightnessResetAmbientLuxAfterWarmUp">true</bool>
1065
1066     <!-- Period of time in which to consider light samples in milliseconds. -->
1067     <integer name="config_autoBrightnessAmbientLightHorizon">10000</integer>
1068
1069     <!-- Screen brightness used to dim the screen when the user activity
1070          timeout expires.  May be less than the minimum allowed brightness setting
1071          that can be set by the user. -->
1072     <integer name="config_screenBrightnessDim">10</integer>
1073
1074     <!-- Minimum allowable screen brightness to use in a very dark room.
1075          This value sets the floor for the darkest possible auto-brightness
1076          adjustment.  It is expected to be somewhat less than the first entry in
1077          config_autoBrightnessLcdBacklightValues so as to allow the user to have
1078          some range of adjustment to dim the screen further than usual in very
1079          dark rooms. The contents of the screen must still be clearly visible
1080          in darkness (although they may not be visible in a bright room). -->
1081     <integer name="config_screenBrightnessDark">1</integer>
1082
1083     <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
1084          The N entries of this array define N + 1 control points as follows:
1085          (1-based arrays)
1086
1087          Point 1:            (0, value[1]):             lux <= 0
1088          Point 2:     (level[1], value[2]):  0        < lux <= level[1]
1089          Point 3:     (level[2], value[3]):  level[2] < lux <= level[3]
1090          ...
1091          Point N+1: (level[N], value[N+1]):  level[N] < lux
1092
1093          The control points must be strictly increasing.  Each control point
1094          corresponds to an entry in the brightness backlight values arrays.
1095          For example, if LUX == level[1] (first element of the levels array)
1096          then the brightness will be determined by value[2] (second element
1097          of the brightness values array).
1098
1099          Spline interpolation is used to determine the auto-brightness
1100          backlight values for LUX levels between these control points.
1101
1102          Must be overridden in platform specific overlays -->
1103     <integer-array name="config_autoBrightnessLevels">
1104     </integer-array>
1105
1106     <!-- Array of output values for LCD backlight corresponding to the LUX values
1107          in the config_autoBrightnessLevels array.  This array should have size one greater
1108          than the size of the config_autoBrightnessLevels array.
1109          The brightness values must be between 0 and 255 and be non-decreasing.
1110          This must be overridden in platform specific overlays -->
1111     <integer-array name="config_autoBrightnessLcdBacklightValues">
1112     </integer-array>
1113
1114     <!-- Array of output values for button backlight corresponding to the LUX values
1115          in the config_autoBrightnessLevels array.  This array should have size one greater
1116          than the size of the config_autoBrightnessLevels array.
1117          The brightness values must be between 0 and 255 and be non-decreasing.
1118          This must be overridden in platform specific overlays -->
1119     <integer-array name="config_autoBrightnessButtonBacklightValues">
1120     </integer-array>
1121
1122     <!-- Array of output values for keyboard backlight corresponding to the LUX values
1123          in the config_autoBrightnessLevels array.  This array should have size one greater
1124          than the size of the config_autoBrightnessLevels array.
1125          The brightness values must be between 0 and 255 and be non-decreasing.
1126          This must be overridden in platform specific overlays -->
1127     <integer-array name="config_autoBrightnessKeyboardBacklightValues">
1128     </integer-array>
1129
1130     <!-- Amount of time it takes for the light sensor to warm up in milliseconds.
1131          For this time after the screen turns on, the Power Manager
1132          will not debounce light sensor readings -->
1133     <integer name="config_lightSensorWarmupTime">0</integer>
1134
1135     <!-- Enables swipe versus poly-finger touch disambiguation in the KeyboardView -->
1136     <bool name="config_swipeDisambiguation">true</bool>
1137
1138     <!-- Specifies the amount of time to disable virtual keys after the screen is touched
1139          in order to filter out accidental virtual key presses due to swiping gestures
1140          or taps near the edge of the display.  May be 0 to disable the feature.
1141          It is recommended that this value be no more than 250 ms.
1142          This feature should be disabled for most devices. -->
1143     <integer name="config_virtualKeyQuietTimeMillis">0</integer>
1144
1145     <!-- A list of potential packages, in priority order, that may contain an
1146          ephemeral resolver. Each package will be be queried for a component
1147          that has been granted the PACKAGE_EPHEMERAL_AGENT permission.
1148          This may be empty if ephemeral apps are not supported. -->
1149     <string-array name="config_ephemeralResolverPackage" translatable="false">
1150         <!-- Add packages here -->
1151     </string-array>
1152
1153     <!-- Component name of the default wallpaper. This will be ImageWallpaper if not
1154          specified -->
1155     <string name="default_wallpaper_component" translatable="false">@null</string>
1156
1157     <!-- Component name of the built in wallpaper used to display bitmap wallpapers. This must not be null. -->
1158     <string name="image_wallpaper_component" translatable="false">com.android.systemui/com.android.systemui.ImageWallpaper</string>
1159
1160     <!-- True if WallpaperService is enabled -->
1161     <bool name="config_enableWallpaperService">true</bool>
1162
1163     <!-- Whether to enable network location overlay which allows network
1164          location provider to be replaced by an app at run-time. When disabled,
1165          only the config_networkLocationProviderPackageName package will be
1166          searched for network location provider, otherwise packages whose
1167          signature matches the signatures of config_locationProviderPackageNames
1168          will be searched, and the service with the highest version number will
1169          be picked. Anyone who wants to disable the overlay mechanism can set it
1170          to false.
1171          -->
1172     <bool name="config_enableNetworkLocationOverlay" translatable="false">true</bool>
1173     <!-- Package name providing network location support. Used only when
1174          config_enableNetworkLocationOverlay is false. -->
1175     <string name="config_networkLocationProviderPackageName" translatable="false">@null</string>
1176
1177     <!-- Whether to enable fused location provider overlay which allows fused
1178          location provider to be replaced by an app at run-time. When disabled,
1179          only the config_fusedLocationProviderPackageName package will be
1180          searched for fused location provider, otherwise packages whose
1181          signature matches the signatures of config_locationProviderPackageNames
1182          will be searched, and the service with the highest version number will
1183          be picked. Anyone who wants to disable the overlay mechanism can set it
1184          to false.
1185          -->
1186     <bool name="config_enableFusedLocationOverlay" translatable="false">true</bool>
1187     <!-- Package name providing fused location support. Used only when
1188          config_enableFusedLocationOverlay is false. -->
1189     <string name="config_fusedLocationProviderPackageName" translatable="false">com.android.location.fused</string>
1190
1191     <!-- Whether to enable Hardware FLP overlay which allows Hardware FLP to be
1192          replaced by an app at run-time. When disabled, only the
1193          config_hardwareFlpPackageName package will be searched for Hardware Flp,
1194          otherwise packages whose signature matches the signatures of
1195          config_locationProviderPackageNames will be searched, and the service
1196          with the highest version number will be picked. Anyone who wants to
1197          disable the overlay mechanism can set it to false.
1198          -->
1199     <bool name="config_enableHardwareFlpOverlay" translatable="false">true</bool>
1200     <!-- Package name providing Hardware Flp. Used only when
1201          config_enableHardwareFlpOverlay is false. -->
1202     <string name="config_hardwareFlpPackageName" translatable="false">com.android.location.fused</string>
1203
1204     <!-- Whether to enable geocoder overlay which allows geocoder to be replaced
1205          by an app at run-time. When disabled, only the
1206          config_geocoderProviderPackageName package will be searched for
1207          geocoder, otherwise packages whose signature matches the signatures of
1208          config_locationProviderPackageNames will be searched, and the service
1209          with the highest version number will be picked. Anyone who wants to
1210          disable the overlay mechanism can set it to false.
1211          -->
1212     <bool name="config_enableGeocoderOverlay" translatable="false">true</bool>
1213     <!-- Package name providing geocoder API support. Used only when
1214          config_enableGeocoderOverlay is false. -->
1215     <string name="config_geocoderProviderPackageName" translatable="false">@null</string>
1216
1217     <!-- Whether to enable geofence overlay which allows geofence to be replaced
1218          by an app at run-time. When disabled, only the
1219          config_geofenceProviderPackageName package will be searched for
1220          geofence implementation, otherwise packages whose signature matches the
1221          signatures of config_locationProviderPackageNames will be searched, and
1222          the service with the highest version number will be picked. Anyone who
1223          wants to disable the overlay mechanism can set it to false.
1224          -->
1225     <bool name="config_enableGeofenceOverlay" translatable="false">true</bool>
1226     <!-- Package name providing geofence API support. Used only when
1227          config_enableGeofenceOverlay is false. -->
1228     <string name="config_geofenceProviderPackageName" translatable="false">@null</string>
1229
1230     <!-- Whether to enable Hardware Activity-Recognition overlay which allows Hardware
1231          Activity-Recognition to be replaced by an app at run-time. When disabled, only the
1232          config_activityRecognitionHardwarePackageName package will be searched for
1233          its implementation, otherwise packages whose signature matches the
1234          signatures of config_locationProviderPackageNames will be searched, and
1235          the service with the highest version number will be picked. Anyone who
1236          wants to disable the overlay mechanism can set it to false.
1237          -->
1238     <bool name="config_enableActivityRecognitionHardwareOverlay" translatable="false">true</bool>
1239     <!-- Package name providing Hardware Activity-Recognition API support. Used only when
1240          config_enableActivityRecognitionHardwareOverlay is false. -->
1241     <string name="config_activityRecognitionHardwarePackageName" translatable="false">@null</string>
1242
1243     <!-- Package name(s) containing location provider support.
1244          These packages can contain services implementing location providers,
1245          such as the Geocode Provider, Network Location Provider, and
1246          Fused Location Provider. They will each be searched for
1247          service components implementing these providers.
1248          It is strongly recommended that the packages explicitly named
1249          below are on the system image, so that they will not map to
1250          a 3rd party application.
1251          The location framework also has support for installation
1252          of new location providers at run-time. The new package does not
1253          have to be explicitly listed here, however it must have a signature
1254          that matches the signature of at least one package on this list.
1255          -->
1256     <string-array name="config_locationProviderPackageNames" translatable="false">
1257         <!-- The standard AOSP fused location provider -->
1258         <item>com.android.location.fused</item>
1259     </string-array>
1260
1261     <!-- This string array can be overriden to enable test location providers initially. -->
1262     <!-- Array of "[locationProviderName],[requiresNetwork],
1263          [requiresSatellite],[requiresCell],[hasMonetaryCost],
1264          [supportAltitute],[supportsSpeed],[supportsBearing],
1265          [powerRequirement],[accuracy]" -->
1266     <!-- powerRequirement is defined in android.location.Criteria
1267          0 = NO_REQUIREMENT / 1 = POWER_LOW / 2 = POWER_MEDIUM / 3 = POWER_HIGH -->
1268     <!-- accuracy is defined in anroid.location.Criteria
1269          1 = ACCURACY_FINE / 2 = ACCURACY_COARSE -->
1270     <string-array name="config_testLocationProviders" translatable="false">
1271         <!-- Example test network location provider
1272         <item>network,false,false,false,false,true,true,true,1,2</item>
1273         -->
1274     </string-array>
1275
1276     <!-- Boolean indicating if current platform supports bluetooth SCO for off call
1277     use cases -->
1278     <bool name="config_bluetooth_sco_off_call">true</bool>
1279
1280     <!-- Boolean indicating if current platform supports bluetooth wide band
1281          speech -->
1282     <bool name="config_bluetooth_wide_band_speech">true</bool>
1283
1284     <!-- Boolean indicating if current platform need do one-time bluetooth address
1285          re-validation -->
1286     <bool name="config_bluetooth_address_validation">false</bool>
1287
1288     <!-- Boolean indicating if current platform supports BLE peripheral mode -->
1289     <bool name="config_bluetooth_le_peripheral_mode_supported">false</bool>
1290
1291     <!-- Max number of scan filters supported by blutooth controller. 0 if the
1292          device does not support hardware scan filters-->
1293     <integer translatable="false" name="config_bluetooth_max_scan_filters">0</integer>
1294
1295     <!-- Max number of advertisers supported by bluetooth controller. 0 if the
1296          device does not support multiple advertisement-->
1297     <integer translatable="false" name="config_bluetooth_max_advertisers">0</integer>
1298
1299     <!-- Idle current for bluetooth controller. 0 by default-->
1300     <integer translatable="false" name="config_bluetooth_idle_cur_ma">1</integer>
1301
1302     <!-- Rx current for bluetooth controller. 0 by default-->
1303     <integer translatable="false" name="config_bluetooth_rx_cur_ma">2</integer>
1304
1305     <!-- Tx current for bluetooth controller. 0 by default-->
1306     <integer translatable="false" name="config_bluetooth_tx_cur_ma">3</integer>
1307
1308     <!-- Operating volatage for bluetooth controller. 0 by default-->
1309     <integer translatable="false" name="config_bluetooth_operating_voltage_mv">4</integer>
1310
1311     <!-- Whether supported profiles should be reloaded upon enabling bluetooth -->
1312     <bool name="config_bluetooth_reload_supported_profiles_when_enabled">false</bool>
1313
1314     <!-- The default data-use polling period. -->
1315     <integer name="config_datause_polling_period_sec">600</integer>
1316
1317     <!-- The default data-use threshold in bytes. 0 disables-->
1318     <integer name="config_datause_threshold_bytes">0</integer>
1319
1320     <!-- The default reduced-datarate value in kilobits per sec -->
1321     <integer name="config_datause_throttle_kbitsps">300</integer>
1322
1323     <!-- The default iface on which to monitor data use -->
1324     <string name="config_datause_iface" translatable="false">rmnet0</string>
1325
1326     <!-- The default reduced-datarate notification mask -->
1327     <!-- 2 means give warning -->
1328     <integer name="config_datause_notification_type">2</integer>
1329
1330     <!-- If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 or
1331          RIL_RADIO_TECHNOLOGY_UNKNOWN:0 this is the value that should be used instead.
1332          A configuration value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means
1333          there is no replacement value and that the default assumption
1334          for phone type (GSM) should be used. -->
1335     <integer name="config_volte_replacement_rat">0</integer>
1336
1337     <!-- Flag indicating whether the current device is "voice capable".
1338          If true, this means that the device supports circuit-switched
1339          (i.e. voice) phone calls over the telephony network, and is
1340          allowed to display the in-call UI while a cellular voice call is
1341          active.  This can be overridden to false for "data only" devices
1342          which can't make voice calls and don't support any in-call UI.
1343
1344          Note: this flag is subtly different from the
1345          PackageManager.FEATURE_TELEPHONY system feature, which is
1346          available on *any* device with a telephony radio, even if the
1347          device is data-only. -->
1348     <bool name="config_voice_capable">true</bool>
1349
1350     <!-- Flag indicating that an outbound call must have a call capable phone account
1351          that has declared it can process the call's handle. -->
1352     <bool name="config_requireCallCapableAccountForHandle">false</bool>
1353
1354     <!-- Flag indicating if the user is notified when the mobile network access is restricted -->
1355     <bool name="config_user_notification_of_restrictied_mobile_access">true</bool>
1356
1357     <!-- Flag indicating whether the current device allows sms service.
1358          If true, this means that the device supports both sending and
1359          receiving sms via the telephony network.
1360          This can be overridden to false for "data only" devices
1361          which can't send and receive sms message.
1362
1363          Note: Disable SMS also disable voicemail waiting sms,
1364                cell broadcasting sms, and MMS. -->
1365     <bool name="config_sms_capable">true</bool>
1366
1367     <!-- Default SMS Application. This will be the default SMS application when
1368          the phone first boots. The user can then change the default app to one
1369          of their choosing.
1370          This can be overridden for devices where a different default SMS
1371          application is desired.
1372
1373          If this string is empty or the specified package does not exist, then
1374          the platform will search for an SMS app and use that (if there is one)-->
1375     <string name="default_sms_application" translatable="false">com.android.messaging</string>
1376
1377     <!-- Default web browser.  This is the package name of the application that will
1378          be the default browser when the device first boots.  Afterwards the user
1379          can select whatever browser app they wish to use as the default.
1380
1381          If this string is empty or the specified package does not exist, then
1382          the behavior will be as though no app was named as an explicit default. -->
1383     <string name="default_browser" translatable="false"></string>
1384
1385     <!-- Enable/disable default bluetooth profiles:
1386         HSP_AG, ObexObjectPush, Audio, NAP -->
1387     <bool name="config_bluetooth_default_profiles">true</bool>
1388
1389     <!-- IP address of the dns server to use if nobody else suggests one -->
1390     <string name="config_default_dns_server" translatable="false">8.8.8.8</string>
1391
1392     <!-- The default mobile provisioning apn. Empty by default, maybe overridden by
1393          an mcc/mnc specific config.xml -->
1394     <string name="mobile_provisioning_apn" translatable="false"></string>
1395
1396     <!-- The default mobile provisioning url. Empty by default, maybe overridden by
1397          an mcc/mnc specific config.xml -->
1398     <string name="mobile_provisioning_url" translatable="false"></string>
1399
1400     <!-- The default character set for GsmAlphabet -->
1401     <!-- Empty string means MBCS is not considered -->
1402     <string name="gsm_alphabet_default_charset" translatable="false"></string>
1403
1404     <!-- Enables SIP on WIFI only -->
1405     <bool name="config_sip_wifi_only">false</bool>
1406
1407     <!-- Enables built-in SIP phone capability -->
1408     <bool name="config_built_in_sip_phone">true</bool>
1409
1410     <!-- Boolean indicating if restoring network selection should be skipped -->
1411     <!-- The restoring is handled by modem if it is true-->
1412     <bool translatable="false" name="skip_restoring_network_selection">false</bool>
1413
1414     <!-- Maximum number of database connections opened and managed by framework layer
1415          to handle queries on each database when using Write-Ahead Logging. -->
1416     <integer name="db_connection_pool_size">4</integer>
1417
1418     <!-- The default journal mode to use use when Write-Ahead Logging is not active.
1419          Choices are: OFF, DELETE, TRUNCATE, PERSIST and MEMORY.
1420          PERSIST may improve performance by reducing how often journal blocks are
1421          reallocated (compared to truncation) resulting in better data block locality
1422          and less churn of the storage media. -->
1423     <string name="db_default_journal_mode" translatable="false">PERSIST</string>
1424
1425     <!-- Maximum size of the persistent journal file in bytes.
1426          If the journal file grows to be larger than this amount then SQLite will
1427          truncate it after committing the transaction. -->
1428     <integer name="db_journal_size_limit">524288</integer>
1429
1430     <!-- The database synchronization mode when using the default journal mode.
1431          FULL is safest and preserves durability at the cost of extra fsyncs.
1432          NORMAL also preserves durability in non-WAL modes and uses checksums to ensure
1433          integrity although there is a small chance that an error might go unnoticed.
1434          Choices are: FULL, NORMAL, OFF. -->
1435     <string name="db_default_sync_mode" translatable="false">FULL</string>
1436
1437     <!-- The database synchronization mode when using Write-Ahead Logging.
1438          FULL is safest and preserves durability at the cost of extra fsyncs.
1439          NORMAL sacrifices durability in WAL mode because syncs are only performed before
1440          and after checkpoint operations.  If checkpoints are infrequent and power loss
1441          occurs, then committed transactions could be lost and applications might break.
1442          Choices are: FULL, NORMAL, OFF. -->
1443     <string name="db_wal_sync_mode" translatable="false">FULL</string>
1444
1445     <!-- The Write-Ahead Log auto-checkpoint interval in database pages (typically 1 to 4KB).
1446          The log is checkpointed automatically whenever it exceeds this many pages.
1447          When a database is reopened, its journal mode is set back to the default
1448          journal mode, which may cause a checkpoint operation to occur.  Checkpoints
1449          can also happen at other times when transactions are committed.
1450          The bigger the WAL file, the longer a checkpoint operation takes, so we try
1451          to keep the WAL file relatively small to avoid long delays.
1452          The size of the WAL file is also constrained by 'db_journal_size_limit'. -->
1453     <integer name="db_wal_autocheckpoint">100</integer>
1454
1455     <!-- Max space (in MB) allocated to DownloadManager to store the downloaded
1456          files if they are to be stored in DownloadManager's data dir,
1457          which typically is /data/data/com.android.providers.downloads/files -->
1458     <integer name="config_downloadDataDirSize">200</integer>
1459
1460     <!-- Max number of downloads allowed to proceed concurrently -->
1461     <integer name="config_MaxConcurrentDownloadsAllowed">5</integer>
1462
1463     <!-- When the free space available in DownloadManager's data dir falls
1464          below the percentage value specified by this param, DownloadManager
1465          starts removing files to try to make percentage of available
1466          free space above this threshold value. -->
1467     <integer name="config_downloadDataDirLowSpaceThreshold">10</integer>
1468
1469     <!-- The URL that should be sent in an x-wap-profile header with an HTTP request,
1470          as defined in the Open Mobile Alliance User Agent Profile specification
1471          OMA-TS-UAProf-V2_0-20060206-A Section 8.1.1.1. If the URL contains a '%s'
1472          format string then that substring will be replaced with the value of
1473          Build.MODEL. The format string shall not be escaped. -->
1474     <string name="config_useragentprofile_url" translatable="false"></string>
1475
1476     <!-- When a database query is executed, the results retuned are paginated
1477          in pages of size (in KB) indicated by this value -->
1478     <integer name="config_cursorWindowSize">2048</integer>
1479
1480     <!-- Sets whether menu shortcuts should be displayed on panel menus when
1481          a keyboard is present. -->
1482     <bool name="config_showMenuShortcutsWhenKeyboardPresent">false</bool>
1483
1484     <!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
1485     <string-array name="config_twoDigitNumberPattern" translatable="false">
1486     </string-array>
1487
1488     <!-- The VoiceMail default value is displayed to my own number if it is true -->
1489     <bool name="config_telephony_use_own_number_for_voicemail">false</bool>
1490
1491     <!-- If this value is true, Sms encoded as octet is decoded by utf8 decoder.
1492          If false, decoded by Latin decoder. -->
1493     <bool name="config_sms_utf8_support">false</bool>
1494
1495     <!-- If this value is true, The mms content-disposition field is supported correctly.
1496          If false, Content-disposition fragments are ignored -->
1497     <bool name="config_mms_content_disposition_support">true</bool>
1498
1499     <!-- MMS user agent string -->
1500     <string name="config_mms_user_agent" translatable="false"></string>
1501
1502     <!-- MMS user agent prolfile url -->
1503     <string name="config_mms_user_agent_profile_url" translatable="false"></string>
1504
1505     <!-- National Language Identifier codes for the following two config items.
1506          (from 3GPP TS 23.038 V9.1.1 Table 6.2.1.2.4.1):
1507           0  - reserved
1508           1  - Turkish
1509           2  - Spanish (single shift table only)
1510           3  - Portuguese
1511           4  - Bengali
1512           5  - Gujarati
1513           6  - Hindi
1514           7  - Kannada
1515           8  - Malayalam
1516           9  - Oriya
1517          10  - Punjabi
1518          11  - Tamil
1519          12  - Telugu
1520          13  - Urdu
1521          14+ - reserved -->
1522
1523     <!-- National language single shift tables to enable for SMS encoding.
1524          Decoding is always enabled. 3GPP TS 23.038 states that this feature
1525          should not be enabled until a formal request is issued by the relevant
1526          national regulatory body. Array elements are codes from the table above.
1527          Example 1: devices sold in Turkey must include table 1 to conform with
1528            By-Law Number 27230. (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
1529          Example 2: devices sold in India should include tables 4 through 13
1530            to enable use of the new Release 9 tables for Indic languages. -->
1531     <integer-array name="config_sms_enabled_single_shift_tables"></integer-array>
1532
1533     <!-- National language locking shift tables to enable for SMS encoding.
1534          Decoding is always enabled. 3GPP TS 23.038 states that this feature
1535          should not be enabled until a formal request is issued by the relevant
1536          national regulatory body. Array elements are codes from the table above.
1537          Example 1: devices sold in Turkey must include table 1 after the
1538            Turkish Telecommunication Authority requires locking shift encoding
1539            to be enabled (est. July 2012). (http://www.btk.gov.tr/eng/pdf/2009/BY-LAW_SMS.pdf)
1540            See also: http://www.mobitech.com.tr/tr/ersanozturkblog_en/index.php?entry=entry090223-160014
1541          Example 2: devices sold in India should include tables 4 through 13
1542          to enable use of the new Release 9 tables for Indic languages. -->
1543     <integer-array name="config_sms_enabled_locking_shift_tables"></integer-array>
1544
1545     <!-- Set to true if the RSSI should always display CDMA signal strength even on EVDO -->
1546     <bool name="config_alwaysUseCdmaRssi">false</bool>
1547
1548
1549     <!-- If this value is true, duplicate Source/Destination port fields
1550          in WDP header of some carriers OMADM wap push are supported.
1551          ex: MSGTYPE-TotalSegments-CurrentSegment
1552              -SourcePortDestPort-SourcePortDestPort-OMADM PDU
1553          If false, not supported. -->
1554     <bool name="config_duplicate_port_omadm_wappush">false</bool>
1555
1556     <!-- Maximum numerical value that will be shown in a status bar
1557          notification icon or in the notification itself. Will be replaced
1558          with @string/status_bar_notification_info_overflow when shown in the
1559          UI. -->
1560     <integer name="status_bar_notification_info_maxnum">999</integer>
1561
1562     <!-- Path to an ISO image to be shared with via USB mass storage.
1563          This is intended to allow packaging drivers or tools for installation on a PC. -->
1564     <string translatable="false" name="config_isoImagePath"></string>
1565
1566     <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
1567          autodetected from the Configuration. -->
1568     <bool name="config_showNavigationBar">false</bool>
1569
1570     <!-- Whether action menu items should be displayed in ALLCAPS or not.
1571          Defaults to true. If this is not appropriate for specific locales
1572          it should be disabled in that locale's resources. -->
1573     <bool name="config_actionMenuItemAllCaps">true</bool>
1574
1575     <!-- Remote server that can provide NTP responses. -->
1576     <string translatable="false" name="config_ntpServer">2.android.pool.ntp.org</string>
1577     <!-- Normal polling frequency in milliseconds -->
1578     <integer name="config_ntpPollingInterval">86400000</integer>
1579     <!-- Try-again polling interval in milliseconds, in case the network request failed -->
1580     <integer name="config_ntpPollingIntervalShorter">60000</integer>
1581     <!-- Number of times to try again with the shorter interval, before backing
1582          off until the normal polling interval. A value < 0 indicates infinite. -->
1583     <integer name="config_ntpRetry">3</integer>
1584     <!-- If the time difference is greater than this threshold in milliseconds,
1585          then update the time. -->
1586     <integer name="config_ntpThreshold">5000</integer>
1587     <!-- Timeout to wait for NTP server response in milliseconds. -->
1588     <integer name="config_ntpTimeout">5000</integer>
1589
1590     <!-- Default network policy warning threshold, in megabytes. -->
1591     <integer name="config_networkPolicyDefaultWarning">2048</integer>
1592
1593     <!-- Set and Unsets WiMAX -->
1594     <bool name="config_wimaxEnabled">false</bool>
1595     <!-- Location of the wimax framwork jar location -->
1596     <string name="config_wimaxServiceJarLocation" translatable="false"></string>
1597     <!-- Location of the wimax native library locaiton -->
1598     <string name="config_wimaxNativeLibLocation" translatable="false"></string>
1599     <!-- Name of the wimax manager class -->
1600     <string name="config_wimaxManagerClassname" translatable="false"></string>
1601     <!-- Name of the wimax service class -->
1602     <string name="config_wimaxServiceClassname" translatable="false"></string>
1603     <!-- Name of the wimax state tracker clas -->
1604     <string name="config_wimaxStateTrackerClassname" translatable="false"></string>
1605
1606     <!-- Specifies whether the dreams feature should be supported.
1607          When true, the system will allow the user to configure dreams (screensavers)
1608          to launch when a user activity timeout occurs or the system is told to nap.
1609          When false, the dreams feature will be disabled (this does not affect dozing).
1610
1611          Consider setting this resource to false or disabling dreams by default when a
1612          doze component is specified below since dreaming will supercede dozing and
1613          will prevent the system from entering a low power state until the dream ends. -->
1614     <bool name="config_dreamsSupported">true</bool>
1615
1616     <!-- If supported, are dreams enabled? (by default) -->
1617     <bool name="config_dreamsEnabledByDefault">true</bool>
1618     <!-- If supported and enabled, are dreams activated when docked? (by default) -->
1619     <bool name="config_dreamsActivatedOnDockByDefault">true</bool>
1620     <!-- If supported and enabled, are dreams activated when asleep and charging? (by default) -->
1621     <bool name="config_dreamsActivatedOnSleepByDefault">false</bool>
1622     <!-- ComponentName of the default dream (Settings.Secure.DEFAULT_SCREENSAVER_COMPONENT) -->
1623     <string name="config_dreamsDefaultComponent" translatable="false">com.google.android.deskclock/com.android.deskclock.Screensaver</string>
1624
1625     <!-- Are we allowed to dream while not plugged in? -->
1626     <bool name="config_dreamsEnabledOnBattery">false</bool>
1627     <!-- Minimum battery level to allow dreaming when powered.
1628          Use -1 to disable this safety feature. -->
1629     <integer name="config_dreamsBatteryLevelMinimumWhenPowered">-1</integer>
1630     <!-- Minimum battery level to allow dreaming when not powered.
1631          Use -1 to disable this safety feature. -->
1632     <integer name="config_dreamsBatteryLevelMinimumWhenNotPowered">15</integer>
1633     <!-- If the battery level drops by this percentage and the user activity timeout
1634          has expired, then assume the device is receiving insufficient current to charge
1635          effectively and terminate the dream.  Use -1 to disable this safety feature.  -->
1636     <integer name="config_dreamsBatteryLevelDrainCutoff">5</integer>
1637
1638     <!-- ComponentName of a dream to show whenever the system would otherwise have
1639          gone to sleep.  When the PowerManager is asked to go to sleep, it will instead
1640          try to start this dream if possible.  The dream should typically call startDozing()
1641          to put the display into a low power state and allow the application processor
1642          to be suspended.  When the dream ends, the system will go to sleep as usual.
1643          Specify the component name or an empty string if none.
1644
1645          Note that doze dreams are not subject to the same start conditions as ordinary dreams.
1646          Doze dreams will run whenever the power manager is in a dozing state. -->
1647     <string name="config_dozeComponent" translatable="false"></string>
1648
1649     <!-- If true, the doze component is not started until after the screen has been
1650          turned off and the screen off animation has been performed. -->
1651     <bool name="config_dozeAfterScreenOff">false</bool>
1652
1653     <!-- Power Management: Specifies whether to decouple the auto-suspend state of the
1654          device from the display on/off state.
1655
1656          When false, autosuspend_disable() will be called before the display is turned on
1657          and autosuspend_enable() will be called after the display is turned off.
1658          This mode provides best compatibility for devices using legacy power management
1659          features such as early suspend / late resume.
1660
1661          When true, autosuspend_display() and autosuspend_enable() will be called
1662          independently of whether the display is being turned on or off.  This mode
1663          enables the power manager to suspend the application processor while the
1664          display is on.
1665
1666          This resource should be set to "true" when a doze component has been specified
1667          to maximize power savings but not all devices support it.
1668
1669          Refer to autosuspend.h for details.
1670     -->
1671     <bool name="config_powerDecoupleAutoSuspendModeFromDisplay">false</bool>
1672
1673     <!-- Power Management: Specifies whether to decouple the interactive state of the
1674          device from the display on/off state.
1675
1676          When false, setInteractive(..., true) will be called before the display is turned on
1677          and setInteractive(..., false) will be called after the display is turned off.
1678          This mode provides best compatibility for devices that expect the interactive
1679          state to be tied to the display state.
1680
1681          When true, setInteractive(...) will be called independently of whether the display
1682          is being turned on or off.  This mode enables the power manager to reduce
1683          clocks and disable the touch controller while the display is on.
1684
1685          This resource should be set to "true" when a doze component has been specified
1686          to maximize power savings but not all devices support it.
1687
1688          Refer to power.h for details.
1689     -->
1690     <bool name="config_powerDecoupleInteractiveModeFromDisplay">false</bool>
1691
1692     <!-- User activity timeout: Minimum screen off timeout in milliseconds.
1693
1694          Sets a lower bound for the {@link Settings.System#SCREEN_OFF_TIMEOUT} setting
1695          which determines how soon the device will go to sleep when there is no
1696          user activity.
1697
1698          This value must be greater than zero, otherwise the device will immediately
1699          fall asleep again as soon as it is awoken.
1700     -->
1701     <integer name="config_minimumScreenOffTimeout">10000</integer>
1702
1703     <!-- User activity timeout: Maximum screen dim duration in milliseconds.
1704
1705          Sets an upper bound for how long the screen will dim before the device goes
1706          to sleep when there is no user activity.  The dim duration is subtracted from
1707          the overall screen off timeout to determine the screen dim timeout.
1708          When the screen dim timeout expires, the screen will dim, shortly thereafter
1709          the device will go to sleep.
1710
1711          If the screen off timeout is very short, the dim duration may be reduced
1712          proportionally.  See config_maximumScreenDimRatio.
1713
1714          This value may be zero in which case the screen will not dim before the
1715          device goes to sleep.
1716     -->
1717     <integer name="config_maximumScreenDimDuration">7000</integer>
1718
1719     <!-- User activity timeout: Maximum screen dim duration as a percentage of screen off timeout.
1720
1721          This resource is similar to config_maximumScreenDimDuration but the maximum
1722          screen dim duration is defined as a ratio of the overall screen off timeout
1723          instead of as an absolute value in milliseconds.  This is useful for reducing
1724          the dim duration when the screen off timeout is very short.
1725
1726          When computing the screen dim duration, the power manager uses the lesser
1727          of the effective durations expressed by config_maximumScreenDimDuration and
1728          config_maximumScreenDimRatio.
1729
1730          This value must be between 0% and 100%.  If the value is zero, the screen will not
1731          dim before the device goes to sleep.
1732     -->
1733     <fraction name="config_maximumScreenDimRatio">20%</fraction>
1734
1735     <!-- Base "touch slop" value used by ViewConfiguration as a
1736          movement threshold where scrolling should begin. -->
1737     <dimen name="config_viewConfigurationTouchSlop">8dp</dimen>
1738
1739     <!-- Minimum velocity to initiate a fling, as measured in dips per second. -->
1740     <dimen name="config_viewMinFlingVelocity">50dp</dimen>
1741
1742     <!-- Maximum velocity to initiate a fling, as measured in dips per second. -->
1743     <dimen name="config_viewMaxFlingVelocity">8000dp</dimen>
1744
1745     <!-- Amount of time in ms the user needs to press the relevant key to bring up the global actions dialog -->
1746     <integer name="config_globalActionsKeyTimeout">500</integer>
1747
1748     <!-- Maximum number of grid columns permitted in the ResolverActivity
1749          used for picking activities to handle an intent. -->
1750     <integer name="config_maxResolverActivityColumns">3</integer>
1751
1752     <!-- Array of OEM specific USB mode override config.
1753          OEM can override a certain USB mode depending on ro.bootmode.
1754          Specify an array of below items to set override rule.
1755          [bootmode]:[original USB mode]:[USB mode used]-->
1756     <integer-array translatable="false" name="config_oemUsbModeOverride">
1757     </integer-array>
1758
1759     <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
1760     <bool name="config_cellBroadcastAppLinks">false</bool>
1761
1762     <!-- The default value if the SyncStorageEngine should sync automatically or not -->
1763     <bool name="config_syncstorageengine_masterSyncAutomatically">true</bool>
1764
1765     <!--  Maximum number of supported users -->
1766     <integer name="config_multiuserMaximumUsers">1</integer>
1767
1768     <!-- Whether UI for multi user should be shown -->
1769     <bool name="config_enableMultiUserUI">false</bool>
1770
1771     <!-- If true, then we do not ask user for permission for apps to connect to USB devices.
1772          Do not set this to true for production devices. Doing so will cause you to fail CTS. -->
1773     <bool name="config_disableUsbPermissionDialogs">false</bool>
1774
1775     <!-- Minimum span needed to begin a touch scaling gesture.
1776          If the span is equal to or greater than this size, a scaling gesture
1777          will begin, where supported. (See android.view.ScaleGestureDetector)
1778
1779          This also takes into account the size of any active touch points.
1780          Devices with screens that deviate too far from their assigned density
1781          bucket should consider tuning this value in a device-specific overlay.
1782          For best results, care should be taken such that this value remains
1783          larger than the minimum reported touchMajor/touchMinor values
1784          reported by the hardware. -->
1785     <dimen name="config_minScalingSpan">27mm</dimen>
1786
1787     <!-- Minimum accepted value for touchMajor while scaling. This may be tuned
1788          per-device in overlays. -->
1789     <dimen name="config_minScalingTouchMajor">48dp</dimen>
1790
1791     <!-- Safe headphone volume index. When music stream volume is below this index
1792     the SPL on headphone output is compliant to EN 60950 requirements for portable music
1793     players. -->
1794     <integer name="config_safe_media_volume_index">10</integer>
1795
1796     <!-- Configure mobile network MTU. The standard default is set here but each carrier
1797          may have a specific value set in an overlay config.xml file. -->
1798     <integer name="config_mobile_mtu">1500</integer>
1799
1800     <!-- Configure mobile tcp buffer sizes in the form:
1801          rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
1802          If no value is found for the rat-name in use, the system default will be applied.
1803     -->
1804     <string-array name="config_mobile_tcp_buffers">
1805     </string-array>
1806
1807     <!-- Configure ethernet tcp buffersizes in the form:
1808          rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
1809     <string name="config_ethernet_tcp_buffers" translatable="false">524288,1048576,3145728,524288,1048576,2097152</string>
1810
1811     <!-- Configure wifi tcp buffersizes in the form:
1812          rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
1813     <string name="config_wifi_tcp_buffers" translatable="false">524288,1048576,2097152,262144,524288,1048576</string>
1814
1815     <!-- Whether WiFi display is supported by this device.
1816          There are many prerequisites for this feature to work correctly.
1817          Here are a few of them:
1818          * The WiFi radio must support WiFi P2P.
1819          * The WiFi radio must support concurrent connections to the WiFi display and
1820            to an access point.
1821          * The Audio Flinger audio_policy.conf file must specify a rule for the "r_submix"
1822            remote submix module.  This module is used to record and stream system
1823            audio output to the WiFi display encoder in the media server.
1824          * The remote submix module "audio.r_submix.default" must be installed on the device.
1825          * The device must be provisioned with HDCP keys (for protected content).
1826     -->
1827     <bool name="config_enableWifiDisplay">false</bool>
1828
1829     <!-- The color transform values that correspond to each respective configuration mode for the
1830          built-in display, or -1 if the mode is unsupported by the device. The possible
1831          configuration modes are:
1832             1. Wide-gamut ("Vibrant")
1833             2. Adobe RGB ("Natural")
1834             3. sRGB ("Standard")
1835
1836         For example, if a device had Wide-gamut as color transform mode 1, sRGB mode as color
1837         transform mode 7, and did not support Adobe RGB at all this would look like:
1838
1839             <integer-array name="config_colorTransforms">
1840                 <item>1</item>
1841                 <item>-1</item>
1842                 <item>7</item>
1843             </integer-array>
1844     -->
1845     <integer-array name="config_colorTransforms">
1846         <item>-1</item>
1847         <item>-1</item>
1848         <item>-1</item>
1849     </integer-array>
1850
1851     <!-- When true use the linux /dev/input/event subsystem to detect the switch changes
1852          on the headphone/microphone jack. When false use the older uevent framework. -->
1853     <bool name="config_useDevInputEventForAudioJack">false</bool>
1854
1855     <!-- Whether safe headphone volume is enabled or not (country specific). -->
1856     <bool name="config_safe_media_volume_enabled">true</bool>
1857
1858     <!-- Set to true if the wifi display supports compositing content stored
1859          in gralloc protected buffers.  For this to be true, there must exist
1860          a protected hardware path for surface flinger to composite and send
1861          protected buffers to the wifi display video encoder.
1862
1863          If this flag is false, we advise applications not to use protected
1864          buffers (if possible) when presenting content to a wifi display because
1865          the content may be blanked.
1866
1867          This flag controls whether the {@link Display#FLAG_SUPPORTS_PROTECTED_BUFFERS}
1868          flag is set for wifi displays.
1869     -->
1870     <bool name="config_wifiDisplaySupportsProtectedBuffers">false</bool>
1871
1872     <!-- Whether camera shutter sound is forced or not  (country specific). -->
1873     <bool name="config_camera_sound_forced">false</bool>
1874
1875     <!-- Set to true if we need to not prefer an APN.
1876          This is being added to enable a simple scenario of pre-paid
1877          provisioning on some carriers, working around a bug (7305641)
1878          where if the preferred is used we don't try the others. -->
1879     <bool name="config_dontPreferApn">false</bool>
1880
1881     <!-- The list of ril radio technologies (see ServiceState.java) which only support
1882          a single data connection at one time.  This may change by carrier via
1883          overlays (some don't support multiple pdp on UMTS).  All unlisted radio
1884          tech types support unlimited types (practically only 2-4 used). -->
1885     <integer-array name="config_onlySingleDcAllowed">
1886         <item>4</item>  <!-- IS95A -->
1887         <item>5</item>  <!-- IS95B -->
1888         <item>6</item>  <!-- 1xRTT -->
1889         <item>7</item>  <!-- EVDO_0 -->
1890         <item>8</item>  <!-- EVDO_A -->
1891         <item>12</item> <!-- EVDO_B -->
1892     </integer-array>
1893
1894     <!-- Set to true if after a provisioning apn the radio should be restarted -->
1895     <bool name="config_restartRadioAfterProvisioning">false</bool>
1896
1897     <!-- Boolean indicating if RADIO POWER OFF is required on receiving SIM REFRESH with RESET.
1898          This will be handled by modem if it is false. -->
1899     <bool name="config_requireRadioPowerOffOnSimRefreshReset">false</bool>
1900
1901     <!-- Vibrator pattern to be used as the default for notifications
1902          that specify DEFAULT_VIBRATE.
1903      -->
1904     <integer-array name="config_defaultNotificationVibePattern">
1905         <item>0</item>
1906         <item>350</item>
1907         <item>250</item>
1908         <item>350</item>
1909     </integer-array>
1910
1911     <!-- Vibrator pattern to be used as the default for notifications
1912          that do not specify vibration but vibrate anyway because the device
1913          is in vibrate mode.
1914      -->
1915     <integer-array name="config_notificationFallbackVibePattern">
1916         <item>0</item>
1917         <item>100</item>
1918         <item>150</item>
1919         <item>100</item>
1920     </integer-array>
1921
1922     <!-- Flag indicating if the speed up audio on mt call code should be executed -->
1923     <bool name="config_speed_up_audio_on_mt_calls">false</bool>
1924
1925     <!-- Class name of the framework account picker activity.
1926          Can be customized for other product types -->
1927     <string name="config_chooseAccountActivity" translatable="false"
1928             >android/android.accounts.ChooseAccountActivity</string>
1929     <!-- Class name of the account type and account picker activity.
1930          Can be customized for other product types -->
1931     <string name="config_chooseTypeAndAccountActivity" translatable="false"
1932             >android/android.accounts.ChooseTypeAndAccountActivity</string>
1933
1934     <!-- Component name of a custom ResolverActivity (Intent resolver) to be used instead of
1935          the default framework version. If left empty, then the framework version will be used.
1936          Example: com.google.android.myapp/.resolver.MyResolverActivity  -->
1937     <string name="config_customResolverActivity" translatable="false"></string>
1938
1939     <!-- Name of the activity or service that prompts the user to reject, accept, or whitelist
1940          an adb host's public key, when an unwhitelisted host connects to the local adbd.
1941          Can be customized for other product types -->
1942     <string name="config_customAdbPublicKeyConfirmationComponent"
1943             >com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity</string>
1944
1945     <!-- Name of the activity that prompts the secondary user to acknowledge she/he needs to
1946          switch to the primary user to enable USB debugging.
1947          Can be customized for other product types -->
1948     <string name="config_customAdbPublicKeyConfirmationSecondaryUserComponent"
1949             >com.android.systemui/com.android.systemui.usb.UsbDebuggingSecondaryUserActivity</string>
1950
1951     <!-- Name of the CustomDialog that is used for VPN -->
1952     <string name="config_customVpnConfirmDialogComponent"
1953             >com.android.vpndialogs/com.android.vpndialogs.ConfirmDialog</string>
1954
1955     <!-- Apps that are authorized to access shared accounts, overridden by product overlays -->
1956     <string name="config_appsAuthorizedForSharedAccounts" translatable="false">;com.android.settings;</string>
1957
1958     <!-- Flag indicating that the media framework should not allow changes or mute on any
1959          stream or master volumes. -->
1960     <bool name="config_useFixedVolume">false</bool>
1961
1962     <!-- The list of IMEs which should be disabled until used.
1963          This function suppresses update notifications for these pre-installed apps.
1964          We need to set this configuration carefully that they should not have functionarities
1965          other than "IME" or "Spell Checker". In InputMethodManagerService,
1966          the listed IMEs are disabled until used when all of the following conditions are met.
1967          1. Not selected as an enabled IME in the Settings
1968          2. Not selected as a spell checker in the Settings
1969          3. Installed
1970          4. A pre-installed IME
1971          5. Not enabled
1972          And the disabled_until_used state for an IME is released by InputMethodManagerService
1973          when the IME is selected as an enabled IME. -->
1974     <string-array name="config_disabledUntilUsedPreinstalledImes" translatable="false">
1975         <item>com.android.inputmethod.latin</item>
1976     </string-array>
1977
1978     <!-- The list of carrier applications which should be disabled until used.
1979          This function suppresses update notifications for these pre-installed apps.
1980          In SubscriptionInfoUpdater, the listed applications are disabled until used when all of the
1981          following conditions are met.
1982          1. Not currently carrier-privileged according to the inserted SIM
1983          2. Pre-installed
1984          3. In the default state (enabled but not explicitly)
1985          And SubscriptionInfoUpdater undoes this and marks the app enabled when a SIM is inserted
1986          that marks the app as carrier privileged. It also grants the app default permissions
1987          for Phone and Location. As such, apps MUST only ever be added to this list if they
1988          obtain user consent to access their location through other means. -->
1989     <string-array name="config_disabledUntilUsedPreinstalledCarrierApps" translatable="false" />
1990
1991     <!-- The list of classes that should be added to the notification ranking pipline.
1992      See {@link com.android.server.notification.NotificationSignalExtractor} -->
1993     <string-array name="config_notificationSignalExtractors">
1994         <item>com.android.server.notification.ValidateNotificationPeople</item>
1995         <item>com.android.server.notification.PriorityExtractor</item>
1996         <item>com.android.server.notification.ImportanceExtractor</item>
1997         <item>com.android.server.notification.NotificationIntrusivenessExtractor</item>
1998         <item>com.android.server.notification.VisibilityExtractor</item>
1999     </string-array>
2000
2001     <!-- Flag indicating that this device does not rotate and will always remain in its default
2002          orientation. Activities that desire to run in a non-compatible orientation will be run
2003          from an emulated display within the physical display. -->
2004     <bool name="config_forceDefaultOrientation">false</bool>
2005
2006     <!-- Default Gravity setting for the system Toast view. Equivalent to: Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM -->
2007     <integer name="config_toastDefaultGravity">0x00000051</integer>
2008
2009     <!-- set to false if we need to show user confirmation
2010          when alpha identifier is not provided by the UICC -->
2011     <bool name="config_stkNoAlphaUsrCnf">true</bool>
2012
2013     <!-- Don't use roaming icon for considered operators.
2014          A match on config_sameNamedOperatorConsideredRoaming supersedes a match on this.
2015          Can use mcc or mcc+mnc as item. For example, 302 or 21407.
2016          If operators, 21404 and 21407, make roaming agreements, user of 21404 should not see
2017          the roaming icon as using 21407 network.
2018          To do this, add 21407 item to values-mcc214-mnc04/config.xml -->
2019     <string-array translatable="false" name="config_operatorConsideredNonRoaming">
2020     </string-array>
2021
2022     <!-- Threshold (in ms) under which a screen off / screen on will be considered a reset of the
2023          immersive mode confirmation prompt.-->
2024     <integer name="config_immersive_mode_confirmation_panic">5000</integer>
2025
2026     <!-- For some operators, PDU has garbages. To fix it, need to use valid index -->
2027     <integer name="config_valid_wappush_index">-1</integer>
2028
2029     <!-- This is NOT just for same named operators unlike the name suggests (will blacklist regardless of name).
2030          A match on this supersedes a match on config_operatorConsideredNonRoaming.
2031          Uses "startsWith" so you can use a leading substring like the mcc or
2032          use the complete mcc+mnc string.
2033          For a given mcc/mcc-mnc, some operators may want to roam (even if
2034          config_operatorConsideredNonRoaming has the mcc/mcc-mnc).
2035          user of 40485 should see the roaming icon as using 40483 network
2036          though same Reliance network.
2037          To do this, add 40483 item to values-mcc404-mnc85/config.xml -->
2038     <string-array translatable="false" name="config_sameNamedOperatorConsideredRoaming">
2039     </string-array>
2040     <!-- call barring MMI code from TS 22.030 Annex B -->
2041     <string-array translatable="false" name="config_callBarringMMI">
2042         <item>33</item>
2043         <item>331</item>
2044         <item>332</item>
2045         <item>35</item>
2046         <item>351</item>
2047         <item>330</item>
2048         <item>333</item>
2049         <item>353</item>
2050     </string-array>
2051
2052     <!-- Override the default detection behavior for the framework method
2053          android.view.ViewConfiguration#hasPermanentMenuKey().
2054          Valid settings are:
2055          0 - No change. Use the default autodetection behavior.
2056          1 - The device DOES have a permanent menu key; ignore autodetection.
2057          2 - The device DOES NOT have a permanent menu key; ignore autodetection. -->
2058     <integer name="config_overrideHasPermanentMenuKey">0</integer>
2059
2060     <!-- Override the DPad detection behavior for configuration purposes -->
2061     <bool name="config_hasPermanentDpad">false</bool>
2062
2063     <!-- default window inset isRound property -->
2064     <bool name="config_windowIsRound">false</bool>
2065
2066     <!-- Override this value if the device has a chin, i.e. area that is not actual part of the
2067          screen but you would like to be treated as a real display. The value is the height of the
2068          chin. -->
2069     <integer name="config_windowOutsetBottom">0</integer>
2070
2071     <!-- Package name for default network scorer app; overridden by product overlays. -->
2072     <string name="config_defaultNetworkScorerPackageName"></string>
2073
2074     <!-- default device has recents property -->
2075     <bool name="config_hasRecents">true</bool>
2076
2077     <!-- default window ShowCircularMask property -->
2078     <bool name="config_windowShowCircularMask">false</bool>
2079
2080     <!-- default value for whether circular emulators (ro.emulator.circular)
2081          should show a display overlay on the screen -->
2082     <bool name="config_windowEnableCircularEmulatorDisplayOverlay">false</bool>
2083
2084     <!-- Defines the default set of global actions. Actions may still be disabled or hidden based
2085          on the current state of the device.
2086          Each item must be one of the following strings:
2087          "power" = Power off
2088          "settings" = An action to launch settings
2089          "airplane" = Airplane mode toggle
2090          "bugreport" = Take bug report, if available
2091          "silent" = silent mode
2092          "users" = list of users
2093          -->
2094     <string-array translatable="false" name="config_globalActionsList">
2095         <item>power</item>
2096         <item>bugreport</item>
2097         <item>users</item>
2098     </string-array>
2099
2100     <!-- Number of milliseconds to hold a wake lock to ensure that drawing is fully
2101          flushed to the display while dozing.  This value needs to be large enough
2102          to account for processing and rendering time plus a frame or two of latency
2103          in the display pipeline plus some slack just to be sure. -->
2104     <integer name="config_drawLockTimeoutMillis">120</integer>
2105
2106     <!-- default telephony hardware configuration for this platform.
2107     -->
2108     <!-- this string array should be overridden by the device to present a list
2109          telephony hardware resource.  this is used by the telephony device controller
2110          (TDC) to offer the basic capabilities of the hardware to the telephony
2111          framework
2112     -->
2113     <!-- an array of "[hardware type],[hardware-uuid],[state],[[hardware-type specific]]"
2114          with, [[hardware-type specific]] in:
2115             - "[[ril-model],[rat],[max-active-voice],[max-active-data],[max-active-standby]]"
2116               for 'modem' hardware
2117             - "[[associated-modem-uuid]]"
2118               for 'sim' hardware.
2119          refer to HardwareConfig in com.android.internal.telephony for specific details/values
2120          those elements can carry.
2121     -->
2122     <string-array translatable="false" name="config_telephonyHardware">
2123         <!-- modem -->
2124         <item>"0,modem,0,0,0,1,1,1"</item>
2125         <!-- sim -->
2126         <item>"1,sim,0,modem"</item>
2127     </string-array>
2128
2129     <!-- This string array can be overriden to add an additional DRM support for WebView EME. -->
2130     <!-- Array of "[keySystemName],[UuidOfMediaDrm]" @hide @SystemApi -->
2131     <string-array name="config_keySystemUuidMapping" translatable="false">
2132         <!-- Example:
2133         <item>"x-com.microsoft.playready,9A04F079-9840-4286-AB92-E65BE0885F95"</item>
2134         -->
2135     </string-array>
2136
2137     <!-- Flag indicating which package name can access the persistent data partition -->
2138     <string name="config_persistentDataPackageName" translatable="false"></string>
2139
2140     <!-- Flag indicating apps will skip sending hold request before merge. In this case
2141         IMS service implementation will do both.i.e.hold followed by merge. -->
2142     <bool name="skipHoldBeforeMerge">true</bool>
2143
2144     <!-- Flag indicating whether the IMS service can be turned off. If false then
2145         the service will not be turned-off completely (the ImsManager.turnOffIms() will
2146         be disabled) but individual Features can be disabled using ImsConfig.setFeatureValue() -->
2147     <bool name="imsServiceAllowTurnOff">true</bool>
2148
2149     <!-- Flag specifying whether VoLTE is available on device -->
2150     <bool name="config_device_volte_available">false</bool>
2151
2152     <!-- Flag specifying whether VoLTE should be available for carrier: independent of
2153          carrier provisioning. If false: hard disabled. If true: then depends on carrier
2154          provisioning, availability etc -->
2155     <bool name="config_carrier_volte_available">false</bool>
2156
2157     <!-- Flag specifying whether VoLTE availability is based on provisioning -->
2158     <bool name="config_carrier_volte_provisioned">false</bool>
2159
2160     <!-- Flag specifying whether VoLTE TTY is supported -->
2161     <bool name="config_carrier_volte_tty_supported">true</bool>
2162
2163     <!-- Flag specifying whether VT is available on device -->
2164     <bool name="config_device_vt_available">false</bool>
2165
2166     <!-- Flag specifying whether VT should be available for carrier: independent of
2167          carrier provisioning. If false: hard disabled. If true: then depends on carrier
2168          provisioning, availability etc -->
2169     <bool name="config_carrier_vt_available">false</bool>
2170
2171     <!-- Flag specifying whether WFC over IMS is available on device -->
2172     <bool name="config_device_wfc_ims_available">false</bool>
2173
2174     <!-- Flag specifying whether WFC over IMS should be available for carrier: independent of
2175          carrier provisioning. If false: hard disabled. If true: then depends on carrier
2176          provisioning, availability etc -->
2177     <bool name="config_carrier_wfc_ims_available">false</bool>
2178
2179     <bool name="config_networkSamplingWakesDevice">true</bool>
2180
2181     <string-array translatable="false" name="config_cdma_home_system" />
2182
2183     <!--From SmsMessage-->
2184     <!--Support decoding the user data payload as pack GSM 8-bit (a GSM alphabet
2185         string that's stored in 8-bit unpacked format) characters.-->
2186     <bool translatable="false" name="config_sms_decode_gsm_8bit_data">false</bool>
2187
2188     <!-- If EMS is not supported, framework breaks down EMS into single segment SMS
2189          and adds page info " x/y". This config is used to set which carrier doesn't
2190          support EMS and whether page info should be added at the beginning or the end.
2191          We use tag 'prefix' for position beginning and 'suffix' for position end.
2192          And use gid to distinguish different carriers which using same mcc and mnc.
2193          Examples: <item>simOperatorNumber;position;gid(optional)</item>>
2194     -->
2195     <string-array translatable="false" name="no_ems_support_sim_operators">
2196         <!-- VZW -->
2197         <item>20404;suffix;BAE0000000000000</item>
2198     </string-array>
2199
2200     <bool name="config_auto_attach_data_on_creation">true</bool>
2201
2202     <!-- Values for GPS configuration -->
2203     <string-array translatable="false" name="config_gpsParameters">
2204         <item>SUPL_HOST=supl.google.com</item>
2205         <item>SUPL_PORT=7275</item>
2206         <item>NTP_SERVER=north-america.pool.ntp.org</item>
2207         <item>SUPL_VER=0x20000</item>
2208         <item>SUPL_MODE=1</item>
2209     </string-array>
2210
2211     <!-- If there is no preload VM number in the sim card, carriers such as
2212          Verizon require to load a default vm number from the configurantion.
2213          Define config_default_vm_number for this purpose. And there are two
2214          optional formats for this configuration as below:
2215          (1)<item>voicemail number</item>
2216          (2)<item>voicemail number;gid</item>
2217          The logic to pick up the correct voicemail number:
2218          (1) If the config_default_vm_number array has no gid special item, the last one will be
2219          picked
2220          (2) If the config_default_vm_number array has gid special item and  it matches the current
2221          sim's gid, it will be picked.
2222          (3) If the config_default_vm_number array has gid special item but it doesn't match the
2223          current sim's gid, the last one without gid will be picked -->
2224     <string-array translatable="false" name="config_default_vm_number" />
2225
2226     <!-- Sprint need a 70 ms delay for 3way call -->
2227     <integer name="config_cdma_3waycall_flash_delay">0</integer>
2228
2229     <!--SIM does not save, but the voice mail number to be changed. -->
2230     <bool name="editable_voicemailnumber">false</bool>
2231
2232     <!-- service number convert map in roaming network. -->
2233     <!-- [dialstring],[replacement][,optional gid] -->
2234     <string-array translatable="false" name="dial_string_replace">
2235     </string-array>
2236
2237     <!-- Flag indicating whether radio is to be restarted on the error of
2238          PDP_FAIL_REGULAR_DEACTIVATION/0x24 -->
2239     <bool name="config_restart_radio_on_pdp_fail_regular_deactivation">false</bool>
2240
2241     <!-- networks that don't want data deactivate when shutdown the phone
2242          note this is dependent on the operator of the network we're on,
2243          not operator on the SIM -->
2244     <string-array translatable="false" name="networks_not_clear_data">
2245         <item>71203</item>
2246         <item>71606</item>
2247         <item>71610</item>
2248         <item>732101</item>
2249     </string-array>
2250
2251     <!-- Config determines whether to update phone object when voice registration
2252          state changes. Voice radio tech change will always trigger an update of
2253          phone object irrespective of this config -->
2254     <bool name="config_switch_phone_on_voice_reg_state_change">true</bool>
2255
2256     <bool name="config_sms_force_7bit_encoding">false</bool>
2257
2258     <!-- Flag indicating whether strict threshold is used, or lenient threshold is used,
2259           when evaluating RSRP for LTE antenna bar display
2260            0. Strict threshold
2261            1. Lenient threshold
2262     -->
2263     <integer name="config_LTE_RSRP_threshold_type">1</integer>
2264
2265     <!-- Enabled built-in zen mode condition providers -->
2266     <string-array translatable="false" name="config_system_condition_providers">
2267         <item>countdown</item>
2268         <item>schedule</item>
2269         <item>event</item>
2270     </string-array>
2271
2272     <!-- Priority repeat caller threshold, in minutes -->
2273     <integer name="config_zen_repeat_callers_threshold">15</integer>
2274
2275     <!-- Flags enabling default window features. See Window.java -->
2276     <bool name="config_defaultWindowFeatureOptionsPanel">true</bool>
2277     <bool name="config_defaultWindowFeatureContextMenu">true</bool>
2278
2279     <!-- If true, the transition for a RemoteViews is read from a resource instead of using the
2280          default scale-up transition. -->
2281     <bool name="config_overrideRemoteViewsActivityTransition">false</bool>
2282
2283     <!-- This config is used to check if the carrier requires converting destination
2284          number before sending out a SMS.
2285          Formats for this configuration as below:
2286          [true or false][;optional gid]
2287          The logic to pick up the configuration:
2288          (1) If the "config_sms_convert_destination_number_support" array has no gid
2289              special item, the last one will be picked
2290          (2) If the "config_sms_convert_destination_number_support" array has gid special
2291              item and it matches the current sim's gid, it will be picked.
2292          (3) If the "config_sms_convert_destination_number_support" array has gid special
2293              item but it doesn't match the current sim's gid, the last one without gid
2294              will be picked -->
2295     <string-array translatable="false" name="config_sms_convert_destination_number_support">
2296         <item>false</item>
2297     </string-array>
2298
2299     <!-- The maximum bitmap size that can be written to a MediaMetadata object. This value
2300          is the max width/height allowed in dips.-->
2301     <dimen name="config_mediaMetadataBitmapMaxSize">320dp</dimen>
2302
2303     <string translatable="false" name="prohibit_manual_network_selection_in_gobal_mode">false</string>
2304
2305     <!-- An array of CDMA roaming indicators which means international roaming -->
2306     <integer-array translatable="false" name="config_cdma_international_roaming_indicators" />
2307
2308     <!-- set the system language as value of EF LI/EF PL -->
2309     <bool name="config_use_sim_language_file">true</bool>
2310
2311     <!-- Use ERI text for network name on CDMA LTE -->
2312     <bool name="config_LTE_eri_for_network_name">true</bool>
2313
2314     <!-- Whether to start in touch mode -->
2315     <bool name="config_defaultInTouchMode">true</bool>
2316
2317     <!-- Time adjustment, in milliseconds, applied to the default double tap threshold
2318          used for gesture detection by the screen magnifier. -->
2319     <integer name="config_screen_magnification_multi_tap_adjustment">-50</integer>
2320
2321     <!-- Scale factor threshold used by the screen magnifier to determine when to switch from
2322          panning to scaling the magnification viewport. -->
2323     <item name="config_screen_magnification_scaling_threshold" format="float" type="dimen">0.3</item>
2324
2325     <!-- If true, the display will be shifted around in ambient mode. -->
2326     <bool name="config_enableBurnInProtection">false</bool>
2327
2328     <!-- Specifies the maximum burn-in offset displacement from the center. If -1, no maximum value
2329          will be used. -->
2330     <integer name="config_burnInProtectionMaxRadius">-1</integer>
2331
2332     <!-- Specifies the minimum burn-in offset horizontally. -->
2333     <integer name="config_burnInProtectionMinHorizontalOffset">0</integer>
2334
2335     <!-- Specifies the maximum burn-in offset horizontally. -->
2336     <integer name="config_burnInProtectionMaxHorizontalOffset">0</integer>
2337
2338     <!-- Specifies the minimum burn-in offset vertically. -->
2339     <integer name="config_burnInProtectionMinVerticalOffset">0</integer>
2340
2341     <!-- Specifies the maximum burn-in offset vertically. -->
2342     <integer name="config_burnInProtectionMaxVerticalOffset">0</integer>
2343
2344     <!-- Keyguard component -->
2345     <string name="config_keyguardComponent" translatable="false">com.android.systemui/com.android.systemui.keyguard.KeyguardService</string>
2346
2347     <!-- For performance and storage reasons, limit the number of fingerprints per user -->
2348     <integer name="config_fingerprintMaxTemplatesPerUser">5</integer>
2349
2350     <!-- This config is used to force VoiceInteractionService to start on certain low ram devices.
2351          It declares the package name of VoiceInteractionService that should be started. -->
2352     <string translatable="false" name="config_forceVoiceInteractionServicePackage"></string>
2353
2354     <!-- This config is ued to determine whether animations are allowed in low power mode. -->
2355     <bool name="config_allowAnimationsInLowPowerMode">false</bool>
2356
2357     <!-- Whether device supports double tap to wake -->
2358     <bool name="config_supportDoubleTapWake">false</bool>
2359
2360     <!-- The RadioAccessFamilies supported by the device.
2361          Empty is viewed as "all".  Only used on devices which
2362          don't support RIL_REQUEST_GET_RADIO_CAPABILITY
2363          format is UMTS|LTE|... -->
2364     <string translatable="false" name="config_radio_access_family"></string>
2365
2366     <!-- Whether the main built-in display is round. This will affect
2367          Configuration.screenLayout's SCREENLAYOUT_ROUND_MASK flags for Configurations on the
2368          main built-in display. Change this in device-specific overlays.
2369          Defaults to the older, deprecated config_windowIsRound already used in
2370          some existing device-specific resource overlays. -->
2371     <bool name="config_mainBuiltInDisplayIsRound">@bool/config_windowIsRound</bool>
2372
2373     <!-- Ultrasound support for Mic/speaker path -->
2374     <!-- Whether the default microphone audio source supports near-ultrasound frequencies
2375          (range of 18 - 21 kHz). -->
2376     <bool name="config_supportMicNearUltrasound">true</bool>
2377     <!-- Whether the default speaker audio output path supports near-ultrasound frequencies
2378          (range of 18 - 21 kHz). -->
2379     <bool name="config_supportSpeakerNearUltrasound">true</bool>
2380
2381     <!-- Whether the Unprocessed audio source supports the required frequency range and level -->
2382     <bool name="config_supportAudioSourceUnprocessed">false</bool>
2383
2384     <!-- Flag indicating device support for EAP SIM, AKA, AKA' -->
2385     <bool name="config_eap_sim_based_auth_supported">true</bool>
2386
2387     <!-- How long history of previous vibrations should be kept for the dumpsys. -->
2388     <integer name="config_previousVibrationsDumpLimit">20</integer>
2389
2390     <!-- Number of retries Cell Data should attempt for a given error code before
2391          restarting the modem.
2392          Error codes not listed will not lead to modem restarts.
2393          Array of "code#,retry#"  -->
2394     <string-array name="config_cell_retries_per_error_code">
2395     </string-array>
2396
2397     <!-- Set initial MaxRetry value for operators -->
2398     <integer name="config_mdc_initial_max_retry">1</integer>
2399
2400     <!-- The OEM specified sensor type for the gesture to launch the camera app. -->
2401     <integer name="config_cameraLaunchGestureSensorType">-1</integer>
2402     <!-- The OEM specified sensor string type for the gesture to launch camera app, this value
2403          must match the value of config_cameraLaunchGestureSensorType in OEM's HAL -->
2404     <string translatable="false" name="config_cameraLaunchGestureSensorStringType"></string>
2405
2406     <!-- Whether to open UI submenus side by side with the top menu (as opposed to
2407          replacing the top menu). -->
2408     <bool name="config_enableCascadingSubmenus">false</bool>
2409
2410     <!-- Allow the gesture to double tap the power button twice to start the camera while the device
2411          is non-interactive. -->
2412     <bool name="config_cameraDoubleTapPowerGestureEnabled">true</bool>
2413
2414     <!-- Name of the component to handle network policy notifications. If present,
2415          disables NetworkPolicyManagerService's presentation of data-usage notifications. -->
2416     <string translatable="false" name="config_networkPolicyNotificationComponent"></string>
2417
2418     <!-- The fraction of display size (lower of height and width) that will be used to determine
2419          the default minimal size for resizeable tasks. -->
2420     <fraction name="config_displayFractionForDefaultMinimalSizeOfResizeableTask">25%</fraction>
2421
2422     <!-- The BT name of the keyboard packaged with the device. If this is defined, SystemUI will
2423          automatically try to pair with it when the device exits tablet mode. -->
2424     <string translatable="false" name="config_packagedKeyboardName"></string>
2425
2426     <!-- The device supports freeform window management. Windows have title bars and can be moved
2427          and resized. If you set this to true, you also need to add
2428          PackageManager.FEATURE_FREEFORM_WINDOW_MANAGEMENT feature to your device specification.
2429          The duplication is necessary, because this information is used before the features are
2430          available to the system.-->
2431     <bool name="config_freeformWindowManagement">false</bool>
2432
2433     <!-- If set, this will force all windows to draw the status bar background, including the apps
2434          that have not requested doing so (via the WindowManager.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS
2435          flag). -->
2436     <bool name="config_forceWindowDrawsStatusBarBackground">true</bool>
2437
2438     <!-- Default bounds [left top right bottom] on screen for picture-in-picture windows. -->
2439     <string translatable="false" name="config_defaultPictureInPictureBounds">"0 0 100 100"</string>
2440
2441     <!-- Bounds [left top right bottom] on screen for picture-in-picture (PIP) windows, when the PIP
2442          is located in center. -->
2443     <string translatable="false" name="config_centeredPictureInPictureBounds">"0 0 300 300"</string>
2444
2445     <!-- Controls the snap mode for the docked stack divider
2446              0 - 3 snap targets: left/top has 16:9 ratio, 1:1, and right/bottom has 16:9 ratio
2447              1 - 3 snap targets: fixed ratio, 1:1, (1 - fixed ratio)
2448              2 - 1 snap target: 1:1
2449     -->
2450     <integer name="config_dockedStackDividerSnapMode">0</integer>
2451
2452     <!-- List of comma separated package names for which we the system will not show crash, ANR,
2453          etc. dialogs. -->
2454     <string translatable="false" name="config_appsNotReportingCrashes"></string>
2455
2456     <!-- Inactivity threshold (in milliseconds) used in JobScheduler. JobScheduler will consider
2457          the device to be "idle" after being inactive for this long. -->
2458     <integer name="config_jobSchedulerInactivityIdleThreshold">4260000</integer>
2459     <!-- The alarm window (in milliseconds) that JobScheduler uses to enter the idle state -->
2460     <integer name="config_jobSchedulerIdleWindowSlop">300000</integer>
2461
2462     <!-- If true, all guest users created on the device will be ephemeral. -->
2463     <bool name="config_guestUserEphemeral">false</bool>
2464
2465     <!-- Enforce strong auth on boot. Setting this to false represents a security risk and should
2466          not be ordinarily done. The only case in which this might be permissible is in a car head
2467          unit where there are hardware mechanisms to protect the device (physical keys) and not
2468          much in the way of user data.
2469     -->
2470     <bool name="config_strongAuthRequiredOnBoot">true</bool>
2471 </resources>