Skip to content

Commit

Permalink
Enable battery light settings
Browse files Browse the repository at this point in the history
Change-Id: I4c433f3e944e871d499943c5edd197bd85fe589f
  • Loading branch information
epinter committed Jan 24, 2013
1 parent cf248b4 commit 2c21f7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>

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

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

<!-- Workaround for devices with broken keyboards -->
<bool name="config_forceDisableHardwareKeyboard">true</bool>

Expand Down

0 comments on commit 2c21f7b

Please sign in to comment.