mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: overlay: Add evox specific overlays
This commit is contained in:
parent
a8e8855765
commit
289ce8f5f9
3 changed files with 33 additions and 0 deletions
|
|
@ -773,4 +773,18 @@
|
|||
|
||||
<!-- Whether we use large screen shade header which takes only one row compared to QS header -->
|
||||
<bool name="config_use_large_screen_shade_header">true</bool>
|
||||
|
||||
<!-- ROM Specific -->
|
||||
<!-- EvoX -->
|
||||
<!-- Does the device have a notification led -->
|
||||
<bool name="config_hasNotificationLed">false</bool>
|
||||
<!-- Does the battery LED support multiple colors?
|
||||
Used to decide if the user can change the colors -->
|
||||
<bool name="config_multiColorBatteryLed">false</bool>
|
||||
<!-- Path to fast charging status file to detect whether an oem fast charger is active -->
|
||||
<string name="config_oemFastChargerStatusPath" translatable="false">/sys/class/sec/switch/afc_disable</string>
|
||||
<!-- Expected value from fast charging status file -->
|
||||
<string name="config_oemFastChargerStatusValue" translatable="false">0</string>
|
||||
<!-- Whether the device supports Smart Pixels -->
|
||||
<bool name="config_supportSmartPixels">true</bool>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2019-2023 Evolution X
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
<!-- The battery current divider, some kernel report current value in mA other in µA.
|
||||
Leave 1 if you have mA, put 1000 if you have µA-->
|
||||
<integer name="config_currentInfoDivider" translatable="false">1</integer>
|
||||
</resources>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2019-2023 Evolution X
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether to enable Lineage Fast Charge Prefernece -->
|
||||
<bool name="config_lineageFastChargeSupported">true</bool>
|
||||
</resources>
|
||||
Loading…
Reference in a new issue