Updating widget due to changes in API.
- Requires not calling startService.
Change-Id: If29dfc990c94f50ed9ad027256690ffa494d8b7e
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1dc53f6..44d0129 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -205,7 +205,8 @@
</receiver>
<service
android:name=".widget.BookmarkThumbnailWidgetService"
- android:exported="true" />
+ android:permission="android.permission.BIND_REMOTEVIEWS"
+ android:exported="false" />
<!-- Makes .BrowserActivity the search target for any activity in Browser -->
<meta-data android:name="android.app.default_searchable" android:value=".BrowserActivity" />