summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@cyanogenmoditalia.it>2016-06-30 15:11:04 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-07-05 10:46:26 -0700
commita04941c347031da25b220126605be9645864f8fa (patch)
tree34436a42a738513ed468678bcf8a422c101ac5a6 /overlay
parent869a04f97a7c321d6cb5d08de40ef0addc6dce0d (diff)
downloadvendor_replicant-a04941c347031da25b220126605be9645864f8fa.zip
vendor_replicant-a04941c347031da25b220126605be9645864f8fa.tar.gz
vendor_replicant-a04941c347031da25b220126605be9645864f8fa.tar.bz2
cm: overlay: enable otg notification
Change-Id: I57f50a92a38fd8f4887b341914dc8687b8616fb4 Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'overlay')
-rw-r--r--overlay/common/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
index b14c060..403890e 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -56,4 +56,7 @@
<!-- Enable lockscreen rotation by default -->
<bool name="config_enableLockScreenRotation">true</bool>
+
+ <!-- Whether to persist the notification for when a usb drive device is plugged in -->
+ <bool name="config_persistUsbDriveNotification">true</bool>
</resources>