summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorCarlos Valdivia <carlosvaldivia@google.com>2016-02-11 15:32:14 -0800
committerCarlos Valdivia <carlosvaldivia@google.com>2016-02-11 15:32:14 -0800
commit44a84287b5a5a87ea52469055577398320fe6b1a (patch)
treeca4ecb31202c3ba626d7b4d36baed9f3303606d4 /AndroidManifest.xml
parent373127b5c0197af699621a6338bbd88230e2e4cb (diff)
downloadandroid_packages_apps_UnifiedEmail-44a84287b5a5a87ea52469055577398320fe6b1a.tar.gz
android_packages_apps_UnifiedEmail-44a84287b5a5a87ea52469055577398320fe6b1a.tar.bz2
android_packages_apps_UnifiedEmail-44a84287b5a5a87ea52469055577398320fe6b1a.zip
Get rid of extraneous permission.
GET_ACCOUNTS is going away. And it appears that the UnifiedMail component isn't using any AccountManager apis anyway. So we should just get rid of the perm. Bug: 21901286 Change-Id: I05dd8b9020041b639579e45b1dc4a46f9ab8e8df
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 2a72ac135..b0bb881d9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,7 +19,6 @@
android:versionCode="1"
android:versionName="1.0" >
- <uses-permission android:name="android.permission.GET_ACCOUNTS" />
<!-- Allows mail to access the user's contacts, for email address auto-completion -->
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<!-- Allows access to EmailProvider (EAS/IMAP/POP3) -->