sdm660-common: Disable LED color customizations
* Device does not supports multiColor LED Change-Id: I293ca96ccb365e7af6f5c4927c087f4276cd83f7
This commit is contained in:
parent
9dc522cb0f
commit
b0dda415b6
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue