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

* commit '39913f25bf70a12f5f9ee55eb3386d0a3812cef9':
  Unconfigure widgets when switching sectioned inbox on/off.
This commit is contained in:
Mark Wei 2013-04-30 13:14:22 -07:00 committed by Android Git Automerger
commit 7648a667a9

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>