summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblong <blong@codeaurora.org>2014-02-11 14:57:50 +0800
committerRoman Birg <roman@cyngn.com>2014-09-02 11:53:42 -0700
commitdb9c0f22bd7ffe30a8d29ce948f66f711a39c127 (patch)
tree7b6af41a26719d5994082996039f27770141bec6
parentbd94e40d4e682afdddff16f0bced75dd3def2aa0 (diff)
downloadpackages_apps_Contacts-db9c0f22bd7ffe30a8d29ce948f66f711a39c127.tar.gz
packages_apps_Contacts-db9c0f22bd7ffe30a8d29ce948f66f711a39c127.tar.bz2
packages_apps_Contacts-db9c0f22bd7ffe30a8d29ce948f66f711a39c127.zip
Add the permission to get running tasks.
- add the permission of GET_TASKS to avoid force close problem. Change-Id: I0bd232db59264e12a4ca67297071b53bac7b6325
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index da4c7b2c9..6dfc778d0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -55,6 +55,7 @@
<!-- 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" />
+ <uses-permission android:name="android.permission.GET_TASKS"/>
<application
android:name="com.android.contacts.ContactsApplication"