summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2014-11-13 23:10:34 +0530
committerChirayu Desai <chirayudesai1@gmail.com>2014-11-21 19:08:42 +0530
commit78a526402fa3f55d2622eef28f119e8c673bd4db (patch)
tree166690687b749552d595da1c58809d8dad5ee8a8 /overlay
parentee7999cf0b54c52af0a82f9de9168663a93ab2c8 (diff)
downloadvendor_replicant-78a526402fa3f55d2622eef28f119e8c673bd4db.zip
vendor_replicant-78a526402fa3f55d2622eef28f119e8c673bd4db.tar.gz
vendor_replicant-78a526402fa3f55d2622eef28f119e8c673bd4db.tar.bz2
overlay: Enable more global actions
* Bring back airplane mode and reboot options * Just like the old days :) Change-Id: I26940d5874d4294883fae0d1dbe6031a13ed2645
Diffstat (limited to 'overlay')
-rw-r--r--overlay/common/frameworks/base/core/res/res/values/config.xml11
1 files changed, 11 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 c9e4f67..5c607e2 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -48,4 +48,15 @@
<item>.*com.antutu.benchmark.*,2</item>
</string-array>
-->
+
+ <!-- Defines the default set of global actions. Actions may still be disabled or hidden based
+ on the current state of the device. -->
+ <string-array translatable="false" name="config_globalActionsList">
+ <item>power</item>
+ <item>reboot</item>
+ <item>airplane</item>
+ <item>bugreport</item>
+ <item>users</item>
+ </string-array>
+
</resources>