Merge "Fix email widget not able to be added."

This commit is contained in:
Mindy Pereira 2012-03-26 12:38:35 -07:00 committed by Android (Google) Code Review
commit dc92a417dc

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"
/>