Revert "exynos9610: These devices doesn't support SIM hot-swap"
[GitHub/LineageOS/android_device_motorola_exynos9610-common.git] / overlay / frameworks / base / core / res / res / values / config.xml
CommitLineData
4f2669b0
JA
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2009 The Android Open Source Project
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6 http://www.apache.org/licenses/LICENSE-2.0
7 Unless required by applicable law or agreed to in writing, software
8 distributed under the License is distributed on an "AS IS" BASIS,
9 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10 See the License for the specific language governing permissions and
11 limitations under the License.
12-->
13
14<!-- These resources are around just to allow their values to be customized
15 for different hardware and product builds. Do not translate. -->
16<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
4bdef6d7
JA
17 <!-- The bounding path of the cutout region of the main built-in display.
18 Must either be empty if there is no cutout region, or a string that is parsable by
19 {@link android.util.PathParser}.
20 The path is assumed to be specified in display coordinates with pixel units and in
21 the display's native orientation, with the origin of the coordinate system at the
22 center top of the display.
23 To facilitate writing device-independent emulation overlays, the marker `@dp` can be
24 appended after the path string to interpret coordinates in dp instead of px units.
25 Note that a physical cutout should be configured in pixels for the best results.
26 -->
c19d9be7 27 <string translatable="false" name="config_mainBuiltInDisplayCutout">M 0,0 H 57.58 V 55.0 H 0 V 0 Z @dp @left</string>
4bdef6d7 28
edd584d8 29 <dimen name="config_dialogCornerRadius">6.0dip</dimen>
0eac86f8
JA
30 <dimen name="quick_qs_offset_height">165px</dimen>
31 <dimen name="status_bar_height">165px</dimen>
32 <dimen name="status_bar_height_landscape">24dp</dimen>
33 <dimen name="status_bar_height_portrait">165px</dimen>
34 <dimen name="status_bar_icon_size">24dp</dimen>
c19d9be7 35 <dimen name="rounded_corner_radius_bottom">36dp</dimen>
4bdef6d7 36
4f2669b0
JA
37 <!-- ComponentName of a dream to show whenever the system would otherwise have
38 gone to sleep. When the PowerManager is asked to go to sleep, it will instead
39 try to start this dream if possible. The dream should typically call startDozing()
40 to put the display into a low power state and allow the application processor
41 to be suspended. When the dream ends, the system will go to sleep as usual.
42 Specify the component name or an empty string if none.
43 Note that doze dreams are not subject to the same start conditions as ordinary dreams.
44 Doze dreams will run whenever the power manager is in a dozing state. -->
45 <string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
46
47 <!-- If true, the doze component is not started until after the screen has been
48 turned off and the screen off animation has been performed. -->
49 <bool name="config_dozeAfterScreenOffByDefault">true</bool>
50
51 <!-- Whether the always on display mode is available. -->
52 <bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
53
54 <!-- Control whether the always on display mode is enabled by default. This value will be used
55 during initialization when the setting is still null. -->
56 <bool name="config_dozeAlwaysOnEnabled">false</bool>
57
58 <!-- Power Management: Specifies whether to decouple the auto-suspend state of the
59 device from the display on/off state.
60 When false, autosuspend_disable() will be called before the display is turned on
61 and autosuspend_enable() will be called after the display is turned off.
62 This mode provides best compatibility for devices using legacy power management
63 features such as early suspend / late resume.
64 When true, autosuspend_display() and autosuspend_enable() will be called
65 independently of whether the display is being turned on or off. This mode
66 enables the power manager to suspend the application processor while the
67 display is on.
68 This resource should be set to "true" when a doze component has been specified
69 to maximize power savings but not all devices support it.
70 Refer to autosuspend.h for details.
71 -->
72 <bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
73
74 <!-- Screen brightness used to dim the screen while dozing in a very low power state.
75 May be less than the minimum allowed brightness setting
76 that can be set by the user. -->
77 <integer name="config_screenBrightnessDoze">17</integer>
0eac86f8
JA
78
79 <!-- Flag indicating whether we should enable the automatic brightness in Settings.
80 Software implementation will be used if config_hardware_auto_brightness_available is not set -->
81 <bool name="config_automatic_brightness_available">true</bool>
82
770a45e9
KC
83 <!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
84 when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
85 where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,
86 and Strength as defined in Authenticators.java -->
87 <string-array name="config_biometric_sensors" translatable="false" >
88 <item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
89 </string-array>
90
1e3994bf 91 <!-- Specify if the fingerprint hardware support gestures-->
92 <bool name="config_fingerprintSupportsGestures">true</bool>
93
c19d9be7 94 <integer-array name="config_autoBrightnessDisplayValuesNits">
0eac86f8
JA
95 <item>3</item>
96 <item>32</item>
97 <item>64</item>
98 <item>100</item>
99 <item>118</item>
100 <item>136</item>
101 <item>162</item>
102 <item>162</item>
103 <item>162</item>
104 <item>162</item>
105 <item>206</item>
106 <item>246</item>
107 <item>270</item>
108 <item>284</item>
109 <item>312</item>
110 <item>324</item>
111 <item>360</item>
112 <item>400</item>
113 <item>450</item>
114 <item>450</item>
115 <item>450</item>
116 <item>562</item>
c19d9be7 117 </integer-array>
475163e7 118 <integer-array name="config_autoBrightnessLevels">
0eac86f8
JA
119 <item>5</item>
120 <item>10</item>
121 <item>50</item>
122 <item>90</item>
123 <item>100</item>
124 <item>150</item>
125 <item>200</item>
126 <item>300</item>
127 <item>400</item>
128 <item>500</item>
129 <item>800</item>
130 <item>1000</item>
131 <item>1300</item>
132 <item>1500</item>
133 <item>1600</item>
134 <item>1800</item>
135 <item>2000</item>
136 <item>3000</item>
137 <item>4000</item>
138 <item>8000</item>
139 <item>10000</item>
475163e7 140 </integer-array>
475163e7 141 <string-array name="config_defaultPinnerServiceFiles">
0eac86f8
JA
142 <item>/system/framework/arm64/boot-framework.art</item>
143 <item>/system/framework/oat/arm64/services.odex</item>
144 <item>/vendor/lib64/egl/libGLES_mali.so</item>
475163e7
JA
145 </string-array>
146 <string-array name="config_mobile_tcp_buffers">
0eac86f8 147 <item>1xrtt:16384,32768,32768,4096,8096,65536</item>
edd584d8
JA
148 <item>lte:2097152,8388608,33554432,524288,1048576,2097152</item>
149 <item>nr:4194304,16777216,33554432,1048576,2097152,8388608</item>
475163e7
JA
150 </string-array>
151 <integer-array name="config_screenBrightnessBacklight">
152 <item>0</item>
0eac86f8
JA
153 <item>2</item>
154 <item>18</item>
155 <item>36</item>
156 <item>57</item>
157 <item>67</item>
158 <item>77</item>
159 <item>92</item>
160 <item>117</item>
161 <item>139</item>
162 <item>153</item>
163 <item>161</item>
164 <item>177</item>
165 <item>184</item>
166 <item>204</item>
167 <item>227</item>
168 <item>255</item>
475163e7
JA
169 </integer-array>
170 <integer-array name="config_screenBrightnessNits">
171 <item>0</item>
0eac86f8
JA
172 <item>3</item>
173 <item>32</item>
174 <item>64</item>
175 <item>100</item>
176 <item>118</item>
177 <item>136</item>
178 <item>162</item>
179 <item>206</item>
180 <item>246</item>
181 <item>270</item>
182 <item>284</item>
183 <item>312</item>
184 <item>324</item>
185 <item>360</item>
186 <item>400</item>
187 <item>450</item>
475163e7 188 </integer-array>
475163e7
JA
189 <integer-array name="config_virtualKeyVibePattern">
190 <item>0</item>
0eac86f8 191 <item>26</item>
475163e7 192 </integer-array>
0eac86f8
JA
193
194 <bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
edd584d8 195 <bool name="config_enableNewAutoSelectNetworkUI">false</bool>
3d0154f2 196 <bool name="config_hotswapCapable">true</bool>
104e2518 197 <bool name="config_nightDisplayAvailable">true</bool>
0eac86f8 198 <bool name="config_showNavigationBar">true</bool>
edd584d8 199 <bool name="config_smart_battery_available">true</bool>
0eac86f8
JA
200 <bool name="config_supportSystemNavigationKeys">true</bool>
201 <bool name="config_unplugTurnsOnScreen">true</bool>
202 <bool name="config_useDevInputEventForAudioJack">true</bool>
edd584d8 203 <bool name="config_wlan_data_service_conn_persistence_on_restart">false</bool>
0eac86f8
JA
204 <bool name="skip_restoring_network_selection">true</bool>
205
206 <integer name="config_cameraLaunchGestureSensorType">65540</integer>
edd584d8 207 <integer name="config_bluetooth_operating_voltage_mv">3300</integer>
0eac86f8
JA
208 <integer name="config_multiuserMaximumUsers">4</integer>
209 <integer name="config_safe_media_volume_index">9</integer>
210 <integer name="config_screenBrightnessDark">2</integer>
211 <integer name="config_screenBrightnessDim">2</integer>
212 <integer name="config_screenBrightnessSettingMinimum">2</integer>
213
214 <string name="config_cameraLaunchGestureSensorStringType">com.motorola.sensor.camera_activate</string>
0eac86f8 215 <string name="config_radio_access_family">GSM|CDMA|EVDO|WCDMA|LTE</string>
c6d13f06 216
c6d13f06 217 <bool name="config_enableWifiDisplay">true</bool>
173692b1 218
219 <!-- Boolean indicating if current platform supports BLE peripheral mode -->
220 <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
edd584d8
JA
221
222 <!-- IWLAN data service package name to bind to by default. If none is specified in an overlay, an
223 empty string is passed in -->
224 <string name="config_wlan_data_service_package">com.shannon.dataservice</string>
225
226 <!-- IWLAN network service package name to bind to by default. If none is specified in an overlay, an
227 empty string is passed in -->
228 <string name="config_wlan_network_service_package">com.shannon.networkservice</string>
229
230 <!-- Telephony qualified networks service package name to bind to by default. -->
231 <string name="config_qualified_networks_service_package">com.shannon.qualifiednetworksservice</string>
232
233 <!-- MMS user-agent -->
234 <string name="config_mms_user_agent_profile_url">http://uaprof.motorola.com/phoneconfig/motov1/Profile/motov1.rdf</string>
4f2669b0 235</resources>