exynos9610: add stock overlays
[GitHub/moto-9609/android_device_motorola_exynos9610-common.git] / overlay / frameworks / base / core / res / res / values / config.xml
CommitLineData
91db0bde
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">
470badb1
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 -->
56112ee4 27 <string translatable="false" name="config_mainBuiltInDisplayCutout">M 0,0 H 49.25 V 41.25 H 0 V 0 Z @dp @left</string>
470badb1 28
56112ee4
JA
29 <dimen name="quick_qs_offset_height">165px</dimen>
30 <dimen name="status_bar_height">165px</dimen>
31 <dimen name="status_bar_height_landscape">24dp</dimen>
32 <dimen name="status_bar_height_portrait">165px</dimen>
33 <dimen name="status_bar_icon_size">24dp</dimen>
470badb1 34
91db0bde
JA
35 <!-- ComponentName of a dream to show whenever the system would otherwise have
36 gone to sleep. When the PowerManager is asked to go to sleep, it will instead
37 try to start this dream if possible. The dream should typically call startDozing()
38 to put the display into a low power state and allow the application processor
39 to be suspended. When the dream ends, the system will go to sleep as usual.
40 Specify the component name or an empty string if none.
41 Note that doze dreams are not subject to the same start conditions as ordinary dreams.
42 Doze dreams will run whenever the power manager is in a dozing state. -->
43 <string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
44
45 <!-- If true, the doze component is not started until after the screen has been
46 turned off and the screen off animation has been performed. -->
47 <bool name="config_dozeAfterScreenOffByDefault">true</bool>
48
49 <!-- Whether the always on display mode is available. -->
50 <bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
51
52 <!-- Control whether the always on display mode is enabled by default. This value will be used
53 during initialization when the setting is still null. -->
54 <bool name="config_dozeAlwaysOnEnabled">false</bool>
55
56 <!-- Power Management: Specifies whether to decouple the auto-suspend state of the
57 device from the display on/off state.
58 When false, autosuspend_disable() will be called before the display is turned on
59 and autosuspend_enable() will be called after the display is turned off.
60 This mode provides best compatibility for devices using legacy power management
61 features such as early suspend / late resume.
62 When true, autosuspend_display() and autosuspend_enable() will be called
63 independently of whether the display is being turned on or off. This mode
64 enables the power manager to suspend the application processor while the
65 display is on.
66 This resource should be set to "true" when a doze component has been specified
67 to maximize power savings but not all devices support it.
68 Refer to autosuspend.h for details.
69 -->
70 <bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
71
72 <!-- Screen brightness used to dim the screen while dozing in a very low power state.
73 May be less than the minimum allowed brightness setting
74 that can be set by the user. -->
75 <integer name="config_screenBrightnessDoze">17</integer>
56112ee4
JA
76
77 <!-- Flag indicating whether we should enable the automatic brightness in Settings.
78 Software implementation will be used if config_hardware_auto_brightness_available is not set -->
79 <bool name="config_automatic_brightness_available">true</bool>
80
81 <array name="config_autoBrightnessDisplayValuesNits">
82 <item>3</item>
83 <item>32</item>
84 <item>64</item>
85 <item>100</item>
86 <item>118</item>
87 <item>136</item>
88 <item>162</item>
89 <item>162</item>
90 <item>162</item>
91 <item>162</item>
92 <item>206</item>
93 <item>246</item>
94 <item>270</item>
95 <item>284</item>
96 <item>312</item>
97 <item>324</item>
98 <item>360</item>
99 <item>400</item>
100 <item>450</item>
101 <item>450</item>
102 <item>450</item>
103 <item>562</item>
104 </array>
105 <array name="config_autoBrightnessLevels">
106 <item>5</item>
107 <item>10</item>
108 <item>50</item>
109 <item>90</item>
110 <item>100</item>
111 <item>150</item>
112 <item>200</item>
113 <item>300</item>
114 <item>400</item>
115 <item>500</item>
116 <item>800</item>
117 <item>1000</item>
118 <item>1300</item>
119 <item>1500</item>
120 <item>1600</item>
121 <item>1800</item>
122 <item>2000</item>
123 <item>3000</item>
124 <item>4000</item>
125 <item>8000</item>
126 <item>10000</item>
127 </array>
128 <array name="config_availableColorModes">
129 <item>@null</item>
130 <item>1</item>
131 <item>2</item>
132 </array>
133 <array name="config_defaultPinnerServiceFiles">
134 <item>/system/framework/arm64/boot-framework.art</item>
135 <item>/system/framework/oat/arm64/services.odex</item>
136 <item>/vendor/lib64/egl/libGLES_mali.so</item>
137 </array>
138 <array name="config_mobile_tcp_buffers">
139 <item>1xrtt:16384,32768,32768,4096,8096,65536</item>
140 <item>lte:2097152,4194304,8388608,262144,524288,1048576</item>
141 </array>
142 <array name="config_oemUsbModeOverride">
143 <item>bp-tools:adb:rndis,acm,dm,adb:adb</item>
144 <item>bp-tools:mtp:rndis,acm,dm:mtp</item>
145 <item>bp-tools:mtp,adb:rndis,acm,dm,adb:mtp,adb</item>
146 <item>bp-tools:ptp:rndis,acm,dm:ptp</item>
147 <item>bp-tools:ptp,adb:rndis,acm,dm,adb:ptp,adb</item>
148 <item>bp-tools:rndis:rndis,acm,dm:mtp</item>
149 <item>bp-tools:rndis,adb:rndis,acm,dm,adb:mtp,adb</item>
150 <item>normal:mtp:mtp:mtp</item>
151 <item>normal:mtp,adb:mtp,adb:mtp,adb</item>
152 <item>mot-factory:mtp:usbnet:mtp</item>
153 <item>mot-factory:mtp,adb:usbnet,adb:mtp,adb</item>
154 <item>mot-factory:adb:usbnet,adb:adb</item>
155 </array>
156 <array name="config_screenBrightnessBacklight">
157 <item>@null</item>
158 <item>2</item>
159 <item>18</item>
160 <item>36</item>
161 <item>57</item>
162 <item>67</item>
163 <item>77</item>
164 <item>92</item>
165 <item>117</item>
166 <item>139</item>
167 <item>153</item>
168 <item>161</item>
169 <item>177</item>
170 <item>184</item>
171 <item>204</item>
172 <item>227</item>
173 <item>255</item>
174 </array>
175 <array name="config_screenBrightnessNits">
176 <item>@null</item>
177 <item>3</item>
178 <item>32</item>
179 <item>64</item>
180 <item>100</item>
181 <item>118</item>
182 <item>136</item>
183 <item>162</item>
184 <item>206</item>
185 <item>246</item>
186 <item>270</item>
187 <item>284</item>
188 <item>312</item>
189 <item>324</item>
190 <item>360</item>
191 <item>400</item>
192 <item>450</item>
193 </array>
194 <array name="config_tether_bluetooth_regexs">
195 <item>bt-pan</item>
196 </array>
197 <array name="config_tether_usb_regexs">
198 <item>rndis0</item>
199 </array>
200 <array name="config_tether_wifi_regexs">
201 <item>wlan0</item>
202 </array>
203 <array name="config_virtualKeyVibePattern">
204 <item>@null</item>
205 <item>26</item>
206 </array>
207
208 <bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
209 <bool name="config_dynamic_bind_ims">true</bool>
210 <bool name="config_hotswapCapable">true</bool>
211 <bool name="config_setColorTransformAccelerated">true</bool>
212 <bool name="config_showNavigationBar">true</bool>
213 <bool name="config_supportSystemNavigationKeys">true</bool>
214 <bool name="config_unplugTurnsOnScreen">true</bool>
215 <bool name="config_useDevInputEventForAudioJack">true</bool>
216 <bool name="config_wifi_background_scan_support">true</bool>
217 <bool name="config_wifi_connected_mac_randomization_supported">true</bool>
218 <bool name="config_wifi_dual_band_support">true</bool>
219 <bool name="config_wifi_fast_bss_transition_enabled">true</bool>
220 <bool name="config_wifi_p2p_mac_randomization_supported">true</bool>
221 <bool name="config_wifi_softap_acs_supported">true</bool>
222 <bool name="skip_restoring_network_selection">true</bool>
223
224 <integer name="config_cameraLaunchGestureSensorType">65540</integer>
225 <integer name="config_multiuserMaximumUsers">4</integer>
226 <integer name="config_safe_media_volume_index">9</integer>
227 <integer name="config_screenBrightnessDark">2</integer>
228 <integer name="config_screenBrightnessDim">2</integer>
229 <integer name="config_screenBrightnessSettingMinimum">2</integer>
230
231 <string name="config_cameraLaunchGestureSensorStringType">com.motorola.sensor.camera_activate</string>
232 <string name="config_ims_package">com.shannon.imsservice</string>
233 <string name="config_radio_access_family">GSM|CDMA|EVDO|WCDMA|LTE</string>
234 <string name="config_wifi_tcp_buffers">2097152,4194304,8388608,2097152,4194304,8388608</string>
91db0bde 235</resources>