summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-09-03 13:33:55 -0700
committerDianne Hackborn <hackbod@google.com>2009-09-03 13:33:55 -0700
commit76315391f07d022e31c176633ae3aeaee5bb14ec (patch)
tree04cb1512f7f3fbee8d34f068cde44ad062ee4aa6 /AndroidManifest.xml
parent5b41931e1f94b2051b7c015081465f19a33096f9 (diff)
downloadpackages_apps_settings-76315391f07d022e31c176633ae3aeaee5bb14ec.zip
packages_apps_settings-76315391f07d022e31c176633ae3aeaee5bb14ec.tar.gz
packages_apps_settings-76315391f07d022e31c176633ae3aeaee5bb14ec.tar.bz2
Improve running services to services managed by the system.
Also a little tweak to the animations preference. Change-Id: I3183ef21e687a3b120d02c79e7388300084b9202
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 47d8c4d..590f4b3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -320,6 +320,8 @@
android:theme="@android:style/Theme.NoTitleBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
+ <action android:name="android.settings.ACCESSIBILITY_SETTINGS" />
+ <!-- Wtf... this action is bogus! Can we remove it? -->
<action android:name="ACCESSIBILITY_FEEDBACK_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.VOICE_LAUNCH" />