mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-04 15:37:46 -04:00
Merge pull request #3 from wosk/lineage-17.1
Lineage 17.1 display fixes
This commit is contained in:
commit
89954835fd
2 changed files with 5 additions and 1 deletions
|
@ -20,6 +20,6 @@
|
|||
|
||||
<!-- MDNIE -->
|
||||
<string name="mdnie_scenario_sysfs_file" translatable="false">"/sys/class/mdnie/mdnie/scenario"</string>
|
||||
<string name="mdnie_accessibility_sysfs_file" translatable="false">"/sys/class/mdnie/mdnie/negative"</string>
|
||||
<string name="mdnie_accessibility_sysfs_file" translatable="false">"/sys/class/mdnie/mdnie/accessibility"</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -344,5 +344,9 @@
|
|||
|
||||
<!-- Flag indicating whether we should enable smart battery. -->
|
||||
<bool name="config_smart_battery_available">true</bool>
|
||||
|
||||
<!-- Control whether Night display is available. This should only be enabled on devices
|
||||
with HWC 2.0 or higher. -->
|
||||
<bool name="config_nightDisplayAvailable">true</bool>
|
||||
</resources>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue