From 19cb68ace5eea41a8ab37c8ad9ef310143e7fb25 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Sun, 30 Oct 2016 11:30:30 +0100 Subject: Cleanup AOSP overlay Change-Id: I9df9a5720568b21a128a625f01aa53e769ca76a9 --- .../base/core/res/res/values-large/config.xml | 23 ------------ .../base/core/res/res/values-sw600dp/config.xml | 23 ------------ .../frameworks/base/core/res/res/values/config.xml | 42 +++------------------- .../SettingsProvider/res/values/defaults.xml | 21 ----------- .../packages/apps/Settings/res/values/bools.xml | 4 +-- 5 files changed, 6 insertions(+), 107 deletions(-) delete mode 100644 overlay/aosp-common/frameworks/base/core/res/res/values-large/config.xml delete mode 100644 overlay/aosp-common/frameworks/base/core/res/res/values-sw600dp/config.xml delete mode 100644 overlay/aosp-common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml diff --git a/overlay/aosp-common/frameworks/base/core/res/res/values-large/config.xml b/overlay/aosp-common/frameworks/base/core/res/res/values-large/config.xml deleted file mode 100644 index f37c798..0000000 --- a/overlay/aosp-common/frameworks/base/core/res/res/values-large/config.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - 1 - diff --git a/overlay/aosp-common/frameworks/base/core/res/res/values-sw600dp/config.xml b/overlay/aosp-common/frameworks/base/core/res/res/values-sw600dp/config.xml deleted file mode 100644 index f37c798..0000000 --- a/overlay/aosp-common/frameworks/base/core/res/res/values-sw600dp/config.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - 1 - diff --git a/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml b/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml index 673a541..103620f 100644 --- a/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml +++ b/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml @@ -21,12 +21,6 @@ for different hardware and product builds. Do not translate. --> - - true - @@ -48,9 +42,6 @@ "bt-pan" - - true - true - - true - - - true - true - - - 20 - 40 - - - - - 0 - 15 - 25 - 35 - - - - - 50 - - @@ -211,9 +176,8 @@ + The brightness values must be between 0 and 255 and be non-decreasing. + This must be overridden in platform specific overlays --> 0 0 @@ -244,6 +208,8 @@ 5 + true + diff --git a/overlay/aosp-common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/aosp-common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml deleted file mode 100644 index ba79867..0000000 --- a/overlay/aosp-common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - true - diff --git a/overlay/aosp-common/packages/apps/Settings/res/values/bools.xml b/overlay/aosp-common/packages/apps/Settings/res/values/bools.xml index f649186..bc8d564 100644 --- a/overlay/aosp-common/packages/apps/Settings/res/values/bools.xml +++ b/overlay/aosp-common/packages/apps/Settings/res/values/bools.xml @@ -4,9 +4,9 @@ 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. -- cgit v1.1