sdm660-common: Disable LED color customizations

* Device does not supports multiColor LED

Change-Id: I293ca96ccb365e7af6f5c4927c087f4276cd83f7
This commit is contained in:
SakilMondal 2019-08-05 06:21:07 +00:00 committed by Max Weffers
parent 9dc522cb0f
commit b0dda415b6
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -188,6 +188,10 @@
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>
<!-- Does the notification LED support multiple colors?
Used to decide if the user can change the colors -->
<bool name="config_multiColorNotificationLed">false</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.