diff options
| author | TheStrix <parthbhatia98@gmail.com> | 2017-01-20 14:17:59 +0530 |
|---|---|---|
| committer | TheStrix <parthbhatia98@gmail.com> | 2017-01-20 14:17:59 +0530 |
| commit | d47cf33a84e14f8e3b1ec78d8eb0feac185a5fd3 (patch) | |
| tree | dc40b037dad61fd519a472f542a6c014a8260b54 | |
| parent | 3750d8c585206ba6a9704b3e8153e7d6eacf3f7a (diff) | |
hydrogen: Enable button brightness overlay
Change-Id: I8ca9ab681384562952958897af3ba0b63d18ee01
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index da4d14e..af05ca7 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2016 The CyanogenMod Project + Copyright (C) 2017 The LineageOS Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,4 +20,7 @@ <!-- Whether device supports double tap to wake --> <bool name="config_supportDoubleTapWake">true</bool> + <!-- Button Illumination --> + <bool name="config_deviceHasVariableButtonBrightness">true</bool> + </resources> |
