summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2014-07-10 02:18:06 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-07-10 01:27:00 +0000
commit2168cc82e4c349d62db8476a914d80cd041a7d8c (patch)
tree170ef3400790c1e54dd05ff4f2ea3291a18df87a /AndroidManifest.xml
parenta83cd3d12838cfdc6438d53bd6ff6917f9852e9e (diff)
downloadandroid_packages_apps_Trebuchet-2168cc82e4c349d62db8476a914d80cd041a7d8c.tar.gz
android_packages_apps_Trebuchet-2168cc82e4c349d62db8476a914d80cd041a7d8c.tar.bz2
android_packages_apps_Trebuchet-2168cc82e4c349d62db8476a914d80cd041a7d8c.zip
trebuchet: remove CALL_PHONE permission
The CALL_PHONE is not needed by the Launcher, and is a costly money permission. Change-Id: I262dabf192706fd28115c6896cb5673491fe2e5d Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8262f4886..625a674fd 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -53,7 +53,6 @@
android:protectionLevel="signature"
/>
- <uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.SET_WALLPAPER" />
<uses-permission android:name="android.permission.SET_WALLPAPER_HINTS" />
<uses-permission android:name="android.permission.VIBRATE" />