summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-01-18 15:24:44 -0800
committerWinson Chung <winsonc@google.com>2011-01-18 15:24:44 -0800
commit899cdf4ec1a1e9224301de7539bd8421666f42c6 (patch)
tree4e01d6c353280499b31b64554b61d27f1e930968 /AndroidManifest.xml
parent38bbd67197a7e80775945a8ce0658af6dd0628a2 (diff)
downloadpackages_apps_browser-899cdf4ec1a1e9224301de7539bd8421666f42c6.zip
packages_apps_browser-899cdf4ec1a1e9224301de7539bd8421666f42c6.tar.gz
packages_apps_browser-899cdf4ec1a1e9224301de7539bd8421666f42c6.tar.bz2
Updating widget due to changes in API.
- Requires not calling startService. Change-Id: If29dfc990c94f50ed9ad027256690ffa494d8b7e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
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" />