From 3209ba91ffade4ff89cfdd7aa148d04d4ced9a4d Mon Sep 17 00:00:00 2001 From: Tarun Nainani Date: Fri, 5 Feb 2016 13:55:34 +0100 Subject: Remove configure bookmark widget Remove configuration step when adding the bookmark widget to pick what account to use because account support is removed from browser. Change-Id: I7192d0c5e05e49f17dbec52b88e61243607b4f52 CR-fixed: SWE-6464 --- res/xml/bookmarkthumbnailwidget_info.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/xml/bookmarkthumbnailwidget_info.xml b/res/xml/bookmarkthumbnailwidget_info.xml index 9a09c6c5..9f07993e 100644 --- a/res/xml/bookmarkthumbnailwidget_info.xml +++ b/res/xml/bookmarkthumbnailwidget_info.xml @@ -23,6 +23,5 @@ android:minResizeWidth="110dip" android:updatePeriodMillis="0" android:initialLayout="@layout/bookmarkthumbnailwidget" - android:resizeMode="vertical|horizontal" - android:configure="com.android.browser.widget.BookmarkWidgetConfigure"> + android:resizeMode="vertical|horizontal"> -- cgit v1.2.3