Fix CI errors in Redmi 6A overlay

This commit is contained in:
Myst33d 2021-09-24 22:07:17 +06:00
parent a105fa5681
commit a713ea46b4
3 changed files with 0 additions and 53 deletions

View file

@ -176,10 +176,6 @@
<item>evdo:4094,87380,524288,4096,16384,262144</item>
</string-array>
<!-- Configure wifi tcp buffersizes in the form:
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
<string name="config_wifi_tcp_buffers" translatable="false">524288,1048576,5505024,262144,524288,5505024</string>
<!-- Array of allowable ConnectivityManager network types for tethering -->
<!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
[0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
@ -279,9 +275,6 @@
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>
<!-- Enable round icons -->
<bool name="config_useRoundIcon">true</bool>
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">true</bool>
@ -297,28 +290,12 @@
<!-- The restoring is handled by modem if it is true-->
<bool name="skip_restoring_network_selection">true</bool>
<!-- Whether Multiuser UI should be shown -->
<bool name="config_enableMultiUserUI">true</bool>
<!-- Maximum number of supported users -->
<integer name="config_multiuserMaximumUsers">4</integer>
<!-- Should the pinner service pin the Camera application? -->
<bool name="config_pinnerCameraApp">true</bool>
<!-- Should the pinner service pin the Home application? -->
<bool name="config_pinnerHomeApp">true</bool>
<!-- ComponentName of a dream to show whenever the system would otherwise have
gone to sleep. When the PowerManager is asked to go to sleep, it will instead
try to start this dream if possible. The dream should typically call startDozing()
to put the display into a low power state and allow the application processor
to be suspended. When the dream ends, the system will go to sleep as usual.
Specify the component name or an empty string if none.
Note that doze dreams are not subject to the same start conditions as ordinary dreams.
Doze dreams will run whenever the power manager is in a dozing state. -->
<string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
<!-- If true, the doze component is not started until after the screen has been
turned off and the screen off animation has been performed. -->
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
@ -343,32 +320,4 @@
May be less than the minimum allowed brightness setting
that can be set by the user. -->
<integer name="config_screenBrightnessDoze">17</integer>
<!-- Notification LED support -->
<bool name="config_intrusiveBatteryLed">true</bool>
<bool name="config_intrusiveNotificationLed">true</bool>
<bool name="config_ledCanPulse">true</bool>
<!-- Notification LED does not support color, so we disable it. -->
<bool name="config_multiColorNotificationLed">false</bool>
<bool name="config_multiColorBatteryLed">false</bool>
<!-- Doze: does this device support STATE_DOZE? -->
<bool name="doze_display_state_supported">true</bool>
<!-- Allow devices to enforce the H265 encoder for screen recordings -->
<bool name="config_useNewScreenRecEncoder">false</bool>
<!-- FPSInfoService FPS node file path -->
<string name="config_fpsInfoSysNode" translatable="false">/sys/module/primary_display/parameters/display_framerate_main</string>
<!-- Whether to show Connected MAC Randomization in Developer Options
as not all devices can support dynamic MAC address change. -->
<bool name="config_wifi_support_connected_mac_randomization">true</bool>
<!-- Battery Health -->
<string name="config_batChargeCycle">/sys/class/power_supply/battery/cycle_count</string>
<string name="config_batDesCap">/sys/class/power_supply/battery/charge_full_design</string>
<string name="config_batCurCap">/sys/class/power_supply/battery/charge_full</string>
<bool name="config_supportBatteryHealth">true</bool>
</resources>

View file

@ -16,7 +16,5 @@
*/
-->
<resources>
<dimen name="nav_content_padding">2px</dimen>
<dimen name="rounded_corner_radius">22px</dimen>
<dimen name="rounded_corner_content_padding">2px</dimen>
</resources>

0
fail Normal file
View file