Merge "Unconfigure widgets when switching sectioned inbox on/off." into jb-ub-mail-ur9

This commit is contained in:
Mark Wei 2013-04-30 20:10:28 +00:00 committed by Android (Google) Code Review
commit 39913f25bf
1 changed files with 4 additions and 0 deletions

View File

@ -363,6 +363,10 @@
<action android:name="com.android.mail.ACTION_UPDATE_WIDGET" />
<data android:mimeType="@string/application_mime_type" />
</intent-filter>
<intent-filter>
<action android:name="com.android.mail.ACTION_VALIDATE_ALL_WIDGETS" />
<data android:mimeType="@string/application_mime_type" />
</intent-filter>
<meta-data android:name="android.appwidget.provider"
android:resource="@xml/widget_info" />
</receiver>