diff options
| author | Christopher N. Hesse <raymanfx@gmail.com> | 2017-04-18 14:36:02 +0200 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2017-06-17 12:14:03 +0000 |
| commit | a1145cc684c449d7c75f7ffade22843221ce3b2d (patch) | |
| tree | 7e3d083a76e8e24c1f34c25045d1b0410a8b1d92 | |
| parent | c327e33d6962c8d95a56e5b2d9f2e4448b462ece (diff) | |
msm8916: Enable automatic brightness by default
Change-Id: I3748b890a7431b89102462264831e9c76a1af15a
| -rw-r--r-- | overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml new file mode 100644 index 0000000..61b5759 --- /dev/null +++ b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/** + * Copyright (c) 2012, 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> + <!-- Set the automatic brightness mode on by default --> + <bool name="def_screen_brightness_automatic_mode">true</bool> +</resources> |
