summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-05-30 17:48:54 -0400
committerJohn Spurlock <jspurlock@google.com>2014-05-30 17:51:43 -0400
commit822e5cc4823a09727833eb984e3982dcd98e4d99 (patch)
tree3515f07ce47146091a94f22b5b95989bf0e2ecdd /core
parenta24114e7b1418ec911b6328656f36f9598482d87 (diff)
downloadframeworks_base-822e5cc4823a09727833eb984e3982dcd98e4d99.zip
frameworks_base-822e5cc4823a09727833eb984e3982dcd98e4d99.tar.gz
frameworks_base-822e5cc4823a09727833eb984e3982dcd98e4d99.tar.bz2
Resurrect global actions, remove confirmation for Power off.
Instead of fast forwarding to the power off confirmation dialog, display the global actions dialog with a single item by default, with no confirmation. Re-configure the bugreport option, it will appear if specified in developer settings. Bug:15109463 Change-Id: I5a19df8684d661345e42ad305f64f01c271aae19
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index e9d8ccc..f6732d3 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1538,6 +1538,7 @@
-->
<string-array translatable="false" name="config_globalActionsList">
<item>power</item>
+ <item>bugreport</item>
<item>users</item>
</string-array>