summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Larsson <jonas@hallerud.se>2011-12-30 18:16:53 -0800
committerJonas Larsson <jonas@hallerud.se>2011-12-30 18:25:02 -0800
commitf6846d33e6605f230a932588e08414e298d9a1fe (patch)
tree6f2e7f80b432929899d8be8df38c613987a017e6
parentae3d9dcfa5846806271a8c150149ac0a1a4446a8 (diff)
downloaddevice_samsung_maguro-f6846d33e6605f230a932588e08414e298d9a1fe.zip
device_samsung_maguro-f6846d33e6605f230a932588e08414e298d9a1fe.tar.gz
device_samsung_maguro-f6846d33e6605f230a932588e08414e298d9a1fe.tar.bz2
maguro: Enable automatic backlight by default
Change-Id: I185ac8fa71bdca2fc136c94157d45fd1f473c332
-rw-r--r--overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml22
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..c9c2f04
--- /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) 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>
+ <bool name="def_screen_brightness_automatic_mode">true</bool>
+</resources>