OSDN Git Service

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