summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-01-05 14:39:44 -0800
committerMindy Pereira <mindyp@google.com>2012-01-05 14:39:44 -0800
commit3528d3657bd8f6f128e2b9b18acd018c4b3e5130 (patch)
tree2aab17c6c44506b8ff2f9f90d22bad6682f4460c /AndroidManifest.xml
parent4841c2702d84b01a095ecfa84957745795a14d6a (diff)
downloadandroid_packages_apps_UnifiedEmail-3528d3657bd8f6f128e2b9b18acd018c4b3e5130.tar.gz
android_packages_apps_UnifiedEmail-3528d3657bd8f6f128e2b9b18acd018c4b3e5130.tar.bz2
android_packages_apps_UnifiedEmail-3528d3657bd8f6f128e2b9b18acd018c4b3e5130.zip
Now that we have real accounts, make sure they get passed via intent.
That way, the correct account is used throughout all the activities, including compose; this gives us the ability to address a message using an accounts contacts. Change-Id: If2e9851767694fa8ebf3d88afe60781d8f6b11f9
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 45d7dd936..13712d896 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,6 +20,8 @@
android:versionName="1.0" >
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
+ <!-- Allows Email to access the user's contacts, for email address auto-completion -->
+ <uses-permission android:name="android.permission.READ_CONTACTS"/>
<application
android:icon="@mipmap/ic_launcher_mail"