summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPaul Soulos <psoulos@google.com>2014-06-11 12:04:43 -0700
committerBrian Attwell <brianattwell@google.com>2014-06-11 14:36:45 -0700
commit899aa21e911ee7170beab228d44d7fed68c414e4 (patch)
tree60abc6e49e37e7a81266c91271f3376f6b3577d7 /AndroidManifest.xml
parent019c71fc77420b162e2f54dec6eca5b0046a5c9c (diff)
downloadpackages_apps_Contacts-899aa21e911ee7170beab228d44d7fed68c414e4.tar.gz
packages_apps_Contacts-899aa21e911ee7170beab228d44d7fed68c414e4.tar.bz2
packages_apps_Contacts-899aa21e911ee7170beab228d44d7fed68c414e4.zip
Adds Calendar events to the Recent card
Change-Id: Iaddba9649cd838fe9a866906eea356dbc743ee3c
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e2aad858c..61010fabf 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -51,6 +51,7 @@
<uses-permission android:name="android.permission.REBOOT" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.READ_SMS" />
+ <uses-permission android:name="android.permission.READ_CALENDAR" />
<application
android:name="com.android.contacts.ContactsApplication"