am 7648a667: am 39913f25: Merge "Unconfigure widgets when switching sectioned inbox on/off." into jb-ub-mail-ur9

* commit '7648a667a9dbf2765a6f38bc5eeda0bbb768f6be':
  Unconfigure widgets when switching sectioned inbox on/off.
This commit is contained in:
Mark Wei 2013-04-30 13:16:48 -07:00 committed by Android Git Automerger
commit c5d79f888a

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>