summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-03-12 13:11:37 -0700
committerMindy Pereira <mindyp@google.com>2012-03-12 13:11:37 -0700
commit449be134c4a48a37521d93769b0b38d28dfe97ee (patch)
tree76a295fb00ec23bfd4e4ee0cc5ab49d66c3841f6 /AndroidManifest.xml
parent0b0378b99f1c0ad9c0c55882de8c319abd121fcd (diff)
downloadandroid_packages_apps_UnifiedEmail-449be134c4a48a37521d93769b0b38d28dfe97ee.tar.gz
android_packages_apps_UnifiedEmail-449be134c4a48a37521d93769b0b38d28dfe97ee.tar.bz2
android_packages_apps_UnifiedEmail-449be134c4a48a37521d93769b0b38d28dfe97ee.zip
Listen for the correct data update intent.
This is one of the reasons we weren't getting widget updates. Change-Id: I3b21b26ac84d6ab8cecf0d213eb3d4619980269f
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 11ee7e906..cc6540079 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -142,7 +142,7 @@
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<intent-filter>
- <action android:name="com.google.android.gm.intent.ACTION_NOTIFY_DATASET_CHANGED" />
+ <action android:name="com.android.mail.ACTION_NOTIFY_DATASET_CHANGED" />
</intent-filter>
<meta-data android:name="android.appwidget.provider"
android:resource="@xml/widget_info" />