diff options
author | John Spurlock <jspurlock@google.com> | 2014-05-27 13:32:04 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-05-27 13:32:04 -0400 |
commit | 17f3f16c4f50b5db362d418cc601788ae4175179 (patch) | |
tree | 2a6cab63bd8a0f358fc5104760e5644408407de6 /core/res | |
parent | 6940b361e54d083be38c24bfaa4f168462640d03 (diff) | |
download | frameworks_base-17f3f16c4f50b5db362d418cc601788ae4175179.zip frameworks_base-17f3f16c4f50b5db362d418cc601788ae4175179.tar.gz frameworks_base-17f3f16c4f50b5db362d418cc601788ae4175179.tar.bz2 |
Remove airplane, bugreport, and ringer mode global actions.
Bug:15281315
Change-Id: I16aa759a3269bb7757350edf2330cd72fd99a023
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/config.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 5375c14..e9d8ccc 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1538,9 +1538,6 @@ --> <string-array translatable="false" name="config_globalActionsList"> <item>power</item> - <item>airplane</item> - <item>bugreport</item> - <item>silent</item> <item>users</item> </string-array> |