sdm660-common: overlay: Enable adaptive battery
This commit is contained in:
parent
c70fd1c72a
commit
fd97c65e58
1 changed files with 4 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
|||
|
||||
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
|
||||
<bool name="config_intrusiveNotificationLed">true</bool>
|
||||
|
||||
|
||||
<!-- The device supports freeform window management. Windows have title bars and can be moved
|
||||
and resized. If you set this to true, you also need to add
|
||||
PackageManager.FEATURE_FREEFORM_WINDOW_MANAGEMENT feature to your device specification.
|
||||
|
@ -465,4 +465,7 @@
|
|||
|
||||
<!-- Enable system navigation keys. -->
|
||||
<bool name="config_supportSystemNavigationKeys">true</bool>
|
||||
|
||||
<!-- Flag indicating whether we should enable smart battery. -->
|
||||
<bool name="config_smart_battery_available">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue