OSDN Git Service

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