Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be9705a0 authored by Michael Bestas's avatar Michael Bestas Committed by Ethan Chen
Browse files

Add support for single color notification LED (1/2)

Change-Id: I367af77036da9e87c6dd0df552ce4c56d945a44d
parent 7590dfc1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -624,6 +624,9 @@
    <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
    <bool name="config_intrusiveNotificationLed">false</bool>

    <!-- Does the notification LED support multiple colors? Used to decide if the user can change the colors -->
    <bool name="config_multiColorNotificationLed">true</bool>

    <!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
    <bool name="config_intrusiveBatteryLed">false</bool>

+1 −0
Original line number Diff line number Diff line
@@ -1840,6 +1840,7 @@

  <!-- Notification and battery light -->
  <java-symbol type="bool" name="config_intrusiveNotificationLed" />
  <java-symbol type="bool" name="config_multiColorNotificationLed" />
  <java-symbol type="bool" name="config_intrusiveBatteryLed" />
  <java-symbol type="bool" name="config_multiColorBatteryLed" />
  <java-symbol type="array" name="notification_light_package_mapping" />