Changes to support widget infrastructure
Change-Id: Ie9bde655339aa5322075c2d211d157552741e1ef
This commit is contained in:
parent
49cbb81332
commit
d7f94671e2
@ -325,6 +325,10 @@
|
||||
<action android:name="com.android.mail.ACTION_NOTIFY_DATASET_CHANGED" />
|
||||
<data android:mimeType="application/email-ls" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="com.android.mail.ACTION_UPDATE_WIDGET" />
|
||||
<data android:mimeType="application/email-ls" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.appwidget.provider"
|
||||
android:resource="@xml/widget_info" />
|
||||
</receiver>
|
||||
|
Loading…
Reference in New Issue
Block a user