summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-08-16 13:04:04 -0700
committerRoboErik <epastern@google.com>2011-08-16 13:04:04 -0700
commit4c94fb5ae4f0b25271060188b5b026547e3fb518 (patch)
tree60f485321ed4bcf67cbab7877e184568c01f1955 /AndroidManifest.xml
parenta459d0b63620206a4a4c473a18e5af6fba4f508d (diff)
downloadandroid_packages_apps_Calendar-4c94fb5ae4f0b25271060188b5b026547e3fb518.tar.gz
android_packages_apps_Calendar-4c94fb5ae4f0b25271060188b5b026547e3fb518.tar.bz2
android_packages_apps_Calendar-4c94fb5ae4f0b25271060188b5b026547e3fb518.zip
b/5169444 Add mimetype to widget manifest
Change-Id: I2b237dd2533c2aae1557bccd092cba71a69055cf
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 b63dbb4d..82ac4790 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -185,6 +185,7 @@
<action android:name="com.android.calendar.APPWIDGET_SCHEDULED_UPDATE"/>
<data android:scheme="content"/>
<data android:host="com.android.calendar"/>
+ <data android:mimeType="vnd.android.data/update" />
</intent-filter>
</receiver>