273 lines
13 KiB
XML
273 lines
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--Copyright (c) 2012-2016, The Linux Foundation. All rights reserved
|
|
|
|
Not a Contribution.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you
|
|
may not use this file except in compliance with the License. You may
|
|
obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
implied. See the License for the specific language governing
|
|
permissions and limitations under the License.
|
|
-->
|
|
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
|
|
<!-- This string array should be overridden by the device to present a list of network
|
|
attributes. This is used by the connectivity manager to decide which networks can coexist
|
|
based on the hardware -->
|
|
<!-- An Array of "[Connection name],[ConnectivityManager.TYPE_xxxx],
|
|
[associated radio-type],[priority],[restoral-timer(ms)],[dependencyMet] -->
|
|
<!-- the 5th element "resore-time" indicates the number of milliseconds to delay
|
|
before automatically restore the default connection. Set -1 if the connection
|
|
does not require auto-restore. -->
|
|
<!-- the 6th element indicates boot-time dependency-met value. -->
|
|
<string-array translatable="false" name="networkAttributes">
|
|
<item>"wifi,1,1,1,-1,true"</item>
|
|
<item>"mobile,0,0,0,-1,true"</item>
|
|
<item>"mobile_mms,2,0,4,60000,true"</item>
|
|
<item>"mobile_supl,3,0,2,60000,true"</item>
|
|
<item>"mobile_dun,4,0,2,60000,true"</item>
|
|
<item>"mobile_hipri,5,0,3,60000,true"</item>
|
|
<item>"mobile_fota,10,0,2,60000,true"</item>
|
|
<item>"mobile_ims,11,0,2,60000,true"</item>
|
|
<item>"mobile_cbs,12,0,2,60000,true"</item>
|
|
<item>"bluetooth,7,7,2,-1,true"</item>
|
|
<item>"mobile_emergency,15,0,5,-1,true"</item>
|
|
<item>"ethernet,9,9,9,-1,true"</item>
|
|
</string-array>
|
|
|
|
<!-- This string array should be overridden by the device to present a list of radio
|
|
attributes. This is used by the connectivity manager to decide which networks can coexist
|
|
based on the hardware -->
|
|
<!-- An Array of "[ConnectivityManager connectionType],
|
|
[# simultaneous connection types]" -->
|
|
<string-array translatable="false" name="radioAttributes">
|
|
<item>"1,1"</item>
|
|
<item>"0,1"</item>
|
|
<item>"7,1"</item>
|
|
</string-array>
|
|
|
|
<!-- Boolean indicating if restoring network selection should be skipped -->
|
|
<!-- The restoring is handled by modem if it is true-->
|
|
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
|
|
|
|
<!-- Is the device capable of hot swapping an ICC Card -->
|
|
<bool name="config_hotswapCapable">true</bool>
|
|
|
|
<!-- Set to true if the wifi display supports compositing content stored
|
|
in gralloc protected buffers. For this to be true, there must exist
|
|
a protected hardware path for surface flinger to composite and send
|
|
protected buffers to the wifi display video encoder.
|
|
|
|
If this flag is false, we advise applications not to use protected
|
|
buffers (if possible) when presenting content to a wifi display because
|
|
the content may be blanked.
|
|
|
|
This flag controls whether the {@link Display#FLAG_SUPPORTS_PROTECTED_BUFFERS}
|
|
flag is set for wifi displays.
|
|
-->
|
|
<bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool>
|
|
|
|
<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
|
|
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
|
|
<bool name="config_automatic_brightness_available">true</bool>
|
|
|
|
<!-- Flag indicating if the speed up audio on mt call code should be executed -->
|
|
<bool name="config_speed_up_audio_on_mt_calls">true</bool>
|
|
|
|
<!-- Default list of files pinned by the Pinner Service -->
|
|
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
|
|
<item>"/system/framework/framework.jar"</item>
|
|
<item>"/system/framework/services.jar"</item>
|
|
<item>"/apex/com.android.art/javalib/core-oj.jar"</item>
|
|
<item>"/apex/com.android.art/javalib/core-libart.jar"</item>
|
|
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
|
<item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
|
|
<item>"/system/bin/surfaceflinger"</item>
|
|
</string-array>
|
|
|
|
<!-- Should the pinner service pin the Home application? -->
|
|
<bool name="config_pinnerHomeApp">true</bool>
|
|
|
|
<!-- Indicate whether closing the lid causes the device to go to sleep and opening
|
|
it causes the device to wake up.
|
|
The default is false. -->
|
|
<bool name="config_lidControlsSleep">true</bool>
|
|
|
|
<!-- Whether device supports double tap to wake -->
|
|
<bool name="config_supportDoubleTapWake">true</bool>
|
|
|
|
<!-- Flag specifying whether VoLTE, VT and WFC is available on device -->
|
|
<bool name="config_device_volte_available">true</bool>
|
|
<bool name="config_device_vt_available">true</bool>
|
|
<bool name="config_device_wfc_ims_available">true</bool>
|
|
|
|
<!-- Flag specifying whether VoLTE & VT should be available for carrier: independent of
|
|
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
|
provisioning, availability etc -->
|
|
<bool name="config_carrier_volte_available">true</bool>
|
|
|
|
<!-- Flag specifying whether WFC over IMS should be available for carrier: independent of
|
|
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
|
provisioning, availability etc -->
|
|
<bool name="config_carrier_wfc_ims_available">true</bool>
|
|
|
|
<string-array name="config_mobile_tcp_buffers">
|
|
<item>"5gnr:2097152,6291456,16777216,512000,2097152,8388608"</item>
|
|
<item>"lte:2097152,4194304,8388608,262144,524288,1048576"</item>
|
|
<item>"lte_ca:4096,6291456,12582912,4096,1048576,2097152"</item>
|
|
<item>"umts:4094,87380,1220608,4096,16384,1220608"</item>
|
|
<item>"hspa:4094,87380,1220608,4096,16384,1220608"</item>
|
|
<item>"hsupa:4094,87380,1220608,4096,16384,1220608"</item>
|
|
<item>"hsdpa:4094,87380,1220608,4096,16384,1220608"</item>
|
|
<item>"hspap:4094,87380,1220608,4096,16384,1220608"</item>
|
|
<item>"edge:4093,26280,35040,4096,16384,35040"</item>
|
|
<item>"gprs:4092,8760,11680,4096,8760,11680"</item>
|
|
<item>"evdo:4094,87380,524288,4096,16384,262144"</item>
|
|
</string-array>
|
|
|
|
<!-- Config determines whether to update phone object when voice registration
|
|
state changes. Voice radio tech change will always trigger an update of
|
|
phone object irrespective of this config -->
|
|
<bool name="config_switch_phone_on_voice_reg_state_change">false</bool>
|
|
|
|
<!-- Whether the Unprocessed audio source supports the required frequency range and level -->
|
|
<bool name="config_supportAudioSourceUnprocessed">true</bool>
|
|
|
|
<!-- Enable doze mode -->
|
|
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
|
|
<!-- Screen brightness when dozing. -->
|
|
<integer name="config_screenBrightnessDoze">17</integer>
|
|
<bool name="config_powerDecoupleInteractiveModeFromDisplay">false</bool>
|
|
<bool name="config_setColorTransformAccelerated">true</bool>
|
|
|
|
<!-- Operating volatage for bluetooth controller. 0 by default-->
|
|
<integer translatable="false" name="config_bluetooth_operating_voltage_mv">3300</integer>
|
|
|
|
<!-- When true use the linux /dev/input/event subsystem to detect the switch changes
|
|
on the headphone/microphone jack. When false use the older uevent framework -->
|
|
<bool name="config_useDevInputEventForAudioJack">true</bool>
|
|
|
|
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
|
|
<bool name="config_intrusiveNotificationLed">true</bool>
|
|
|
|
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
|
|
when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
|
|
where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,
|
|
and Strength as defined in Authenticators.java -->
|
|
<string-array name="config_biometric_sensors" translatable="false" >
|
|
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
|
|
</string-array>
|
|
|
|
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
|
|
The N entries of this array define N + 1 control points as follows:
|
|
(1-based arrays)
|
|
Point 1: (0, value[1]): lux <= 0
|
|
Point 2: (level[1], value[2]): 0 < lux <= level[1]
|
|
Point 3: (level[2], value[3]): level[2] < lux <= level[3]
|
|
...
|
|
Point N+1: (level[N], value[N+1]): level[N] < lux
|
|
The control points must be strictly increasing. Each control point
|
|
corresponds to an entry in the brightness backlight values arrays.
|
|
For example, if LUX == level[1] (first element of the levels array)
|
|
then the brightness will be determined by value[2] (second element
|
|
of the brightness values array).
|
|
Spline interpolation is used to determine the auto-brightness
|
|
backlight values for LUX levels between these control points.
|
|
Must be overridden in platform specific overlays -->
|
|
<integer-array name="config_autoBrightnessLevels">
|
|
<item>1</item> <!-- pitch black -->
|
|
<item>5</item> <!-- dark indoor -->
|
|
<item>10</item> <!-- twilight -->
|
|
<item>50</item> <!-- dim indoor -->
|
|
<item>100</item> <!-- home -->
|
|
<item>300</item> <!-- office -->
|
|
<item>500</item> <!-- sunrise -->
|
|
<item>1000</item> <!-- overcast -->
|
|
<item>3000</item> <!-- indirect sun -->
|
|
<item>10000</item> <!-- daylight -->
|
|
</integer-array>
|
|
|
|
<!-- Array of output values for LCD backlight corresponding to the LUX values
|
|
in the config_autoBrightnessLevels array. This array should have size one greater
|
|
than the size of the config_autoBrightnessLevels array.
|
|
The brightness values must be between 0 and 255 and be non-decreasing.
|
|
This must be overridden in platform specific overlays -->
|
|
<integer-array name="config_autoBrightnessLcdBacklightValues">
|
|
<item>2</item>
|
|
<item>10</item>
|
|
<item>18</item>
|
|
<item>29</item>
|
|
<item>48</item>
|
|
<item>74</item>
|
|
<item>107</item>
|
|
<item>152</item>
|
|
<item>194</item>
|
|
<item>254</item>
|
|
<item>255</item>
|
|
</integer-array>
|
|
|
|
<!-- Screen brightness used to dim the screen when the user activity
|
|
timeout expires. May be less than the minimum allowed brightness setting
|
|
that can be set by the user. -->
|
|
<integer name="config_screenBrightnessDim">10</integer>
|
|
|
|
<!-- Default screen brightness setting.
|
|
Must be in the range specified by minimum and maximum. -->
|
|
<integer name="config_screenBrightnessSettingDefault">128</integer>
|
|
|
|
<!-- Minimum screen brightness setting allowed by the power manager.
|
|
The user is forbidden from setting the brightness below this level. -->
|
|
<integer name="config_screenBrightnessSettingMinimum">1</integer>
|
|
|
|
<!-- Stability requirements in milliseconds for accepting a new brightness level. This is used
|
|
for debouncing the light sensor. Different constants are used to debounce the light sensor
|
|
when adapting to brighter or darker environments. This parameter controls how quickly
|
|
brightness changes occur in response to an observed change in light level that exceeds the
|
|
hysteresis threshold. -->
|
|
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
|
|
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
|
|
<!-- Fast brightness animation ramp rate in brightness units per second-->
|
|
<integer translatable="false" name="config_brightness_ramp_rate_fast">180</integer>
|
|
<!-- Slow brightness animation ramp rate in brightness units per second-->
|
|
<integer translatable="false" name="config_brightness_ramp_rate_slow">60</integer>
|
|
|
|
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
|
<integer-array name="config_longPressVibePattern">
|
|
<item>0</item>
|
|
<item>28</item>
|
|
<item>10</item>
|
|
</integer-array>
|
|
|
|
<!-- Vibrator pattern for feedback about touching a virtual key -->
|
|
<integer-array name="config_virtualKeyVibePattern">
|
|
<item>0</item>
|
|
<item>28</item>
|
|
<item>8</item>
|
|
</integer-array>
|
|
|
|
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
|
|
<integer-array name="config_keyboardTapVibePattern">
|
|
<item>28</item>
|
|
</integer-array>
|
|
|
|
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
|
|
autodetected from the Configuration. -->
|
|
<bool name="config_showNavigationBar">true</bool>
|
|
|
|
<!-- If this is true, device supports Sustained Performance Mode. -->
|
|
<bool name="config_sustainedPerformanceModeSupported">true</bool>
|
|
|
|
<!-- List supported color modes. -->
|
|
<integer-array name="config_availableColorModes">
|
|
<item>0</item> <!-- COLOR_MODE_NATURAL -->
|
|
<item>1</item> <!-- COLOR_MODE_BOOSTED -->
|
|
<item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
|
|
</integer-array>
|
|
</resources>
|