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