diff options
author | guaiyihu <guaiyihu@foxmail.com> | 2018-06-07 23:36:53 +0800 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-19 00:00:09 +0000 |
commit | 7712e1328f5748a1736a98ec7f88c10bc03dc211 (patch) | |
tree | d11efec07663eb447e0f9e22c15c4c8c174fc457 /overlay-lineage/frameworks | |
parent | a20e7447db7e28646c9bd3a85c5a4617ed4b5401 (diff) |
wayne: overlay-lineage: Disable button brightness settings
Change-Id: If9db29aecc16f7df108b2001beccf7ab073dc461
Diffstat (limited to 'overlay-lineage/frameworks')
-rw-r--r-- | overlay-lineage/frameworks/base/core/res/res/values/config.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml new file mode 100644 index 0000000..6e461c4 --- /dev/null +++ b/overlay-lineage/frameworks/base/core/res/res/values/config.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2009, The Android Open Source 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <integer name="config_buttonBrightnessSettingDefault">0</integer> +</resources> |