summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristine Chen <christinech@google.com>2013-10-07 11:44:06 -0700
committerChristine Chen <christinech@google.com>2013-10-07 11:44:06 -0700
commit28eb2f16373ae5d8e70ed74030a13db70043ce6f (patch)
tree4fa1953e41f5b43c54622e5ad8c5b5f95f74a9fd /AndroidManifest.xml
parent524bc0b58afabd947cfaa4c13c28fa9660f398da (diff)
Adds STOP_APP_SWITCHES permission.
- Required to avoid delay after user hits the home button. Bug: 11050553 Change-Id: Ib8e900d988ed6b8d826e5046756322fafe0f29be
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 99602f66e..46a5387ad 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -45,6 +45,10 @@
<!-- allow broadcasting secret code intents that reboot the phone -->
<uses-permission android:name="android.permission.REBOOT" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
+ <!-- This tells the activity manager to not delay any of our activity
+ start requests, even if they happen immediately after the user
+ presses home. -->
+ <uses-permission android:name="android.permission.STOP_APP_SWITCHES" />
<application
android:name="DialerApplication"