diff options
| author | Christopher N. Hesse <raymanfx@gmail.com> | 2017-04-18 14:36:02 +0200 |
|---|---|---|
| committer | Rygebin <kaankulahli@gmail.com> | 2017-06-24 09:58:21 +0000 |
| commit | 0cff390b1adff32a427c7e2fb5ae4bd6655e4883 (patch) | |
| tree | c2e6cb0cf1f0d16439a91b75b17970dc3403b243 | |
| parent | 6c975137bdc3ce19bab005a419c8d1cd4337992f (diff) | |
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> |
