Listen for the correct data update intent.

This is one of the reasons we weren't getting widget updates.

Change-Id: Ie205fb72b1d2bf646d290b6c1900c15c89ff6de6
This commit is contained in:
Mindy Pereira 2012-03-12 13:11:52 -07:00
parent 824f776365
commit ef337e074a

View File

@ -154,7 +154,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" />