summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarun Nainani <tnainani@codeaurora.org>2016-02-05 13:55:34 +0100
committerjrizzoli <joey@cyanogenmoditalia.it>2016-02-05 15:26:21 +0100
commit3209ba91ffade4ff89cfdd7aa148d04d4ced9a4d (patch)
treef2caeeb0c7aca58f5248fe954d7327f6f9386a48
parent6612949c2a4ed362162d6532f74c0e6ec161d874 (diff)
downloadandroid_packages_apps_Gello-3209ba91ffade4ff89cfdd7aa148d04d4ced9a4d.tar.gz
android_packages_apps_Gello-3209ba91ffade4ff89cfdd7aa148d04d4ced9a4d.tar.bz2
android_packages_apps_Gello-3209ba91ffade4ff89cfdd7aa148d04d4ced9a4d.zip
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
-rw-r--r--res/xml/bookmarkthumbnailwidget_info.xml3
1 files changed, 1 insertions, 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">
</appwidget-provider>