aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparikshit <parikshitwadhwa359@gmail.com>2015-11-22 11:30:21 +0530
committerparikshit <parikshitwadhwa359@gmail.com>2015-11-22 11:30:21 +0530
commit6ae873a780d80b608f85941bb5f5f047388e12f5 (patch)
treef16fe62fbe4d0241a6812db20fa1d4d01fc840a4
parentd0bd80704d8784e2d9e71ee0b0da15e32fe126ec (diff)
corrections in framework config file
Change-Id: Ifece10d156d9926300650d526c86d7e5e8a64c78
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 4da2695..8e72a36 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -334,9 +334,12 @@
performance profiles -->
<string name="config_perf_profile_default_entry">1</string>
- <!-- If this is true, allow wake from theater mode when plugged in or unplugged. -->
- <bool name="config_allowTheaterModeWakeFromUnplug">true</bool>
+ <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
+ <bool name="config_unplugTurnsOnScreen">true</bool>
<!-- Hardware keys on/off option -->
<bool name="config_hwKeysPref">true</bool>
+
+ <!-- Indicate whether the SD card is accessible without removing the battery. -->
+ <bool name="config_batterySdCardAccessibility">true</bool>
</resources>