sdm660-common: overlay: Enable Battery LED support

Change-Id: I4c582ab44633f21b4d54cad91135793f1af6167c
This commit is contained in:
Max Weffers 2018-10-18 16:04:52 +02:00
parent 0b368e57b4
commit 6af8c36c23
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -112,6 +112,9 @@
<!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
<bool name="config_cellBroadcastAppLinks">true</bool> <bool name="config_cellBroadcastAppLinks">true</bool>
<!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveBatteryLed">true</bool>
<!-- MMS user agent string --> <!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">Android-Mms/2.0</string> <string name="config_mms_user_agent" translatable="false">Android-Mms/2.0</string>