sdm660-common: overlay: Enable adaptive battery

This commit is contained in:
Artem Borisov 2018-09-03 20:11:12 +03:00 committed by Max Weffers
parent c70fd1c72a
commit fd97c65e58
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -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>