diff options
| author | AdrianDC <radian.dc@gmail.com> | 2015-08-23 01:16:17 +0200 |
|---|---|---|
| committer | AdrianDC <radian.dc@gmail.com> | 2016-01-02 09:02:47 +0100 |
| commit | f9436ad74a2c5a4fa6181bf37012fc068c876ba5 (patch) | |
| tree | 2222fcc9e4d679a0f099a3ed4c357748520dca99 | |
| parent | 4fa4396a98892fdc44aca34ddc1f3483258a27e9 (diff) | |
find7: Enable LED brightness LibLights control
- Add the brightness features to the LibLights.
Change-Id: Ib21879b2b61afffc194294adbeb3818b12406374
| -rw-r--r-- | overlay/vendor/cmsdk/cm/res/res/values/config.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/overlay/vendor/cmsdk/cm/res/res/values/config.xml b/overlay/vendor/cmsdk/cm/res/res/values/config.xml new file mode 100644 index 0000000..db2dce4 --- /dev/null +++ b/overlay/vendor/cmsdk/cm/res/res/values/config.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2016 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources> + + <!-- Is the notification LED brightness adjustable ? Used to decide if the user can set LED brightness --> + <bool name="config_adjustableNotificationLedBrightness">true</bool> + +</resources> |
