Fix email widget not able to be added.

Fixes b/6227726 Can't add Email II widget to Home - App isn't installed toast is displayed

Change-Id: I87d91cd0301c57e54057b09703a2a84cb5bbf4e6
This commit is contained in:
Mindy Pereira 2012-03-26 12:12:37 -07:00
parent 26c34f2273
commit edae55003c

View File

@ -21,5 +21,5 @@
android:previewImage="@drawable/email_widget_preview"
android:initialLayout="@layout/widget"
android:resizeMode="horizontal|vertical"
android:configure="com.android.email.widget.WidgetConfiguration"
android:configure="com.android.email2.ui.MailboxSelectionActivityEmail"
/>