Require BIND_APPWIDGET to bind widgets.

See http://b/issue?id=1839074 for more details.
This commit is contained in:
Jeff Sharkey
2009-05-07 16:13:13 -07:00
parent a05d0dc67e
commit 67ceae636f

View File

@@ -495,7 +495,7 @@
<!-- Helper to bind any unbound widgets in Launcher, used as
part of initialization and upgrade process -->
<activity android:name="LauncherAppWidgetBinder"
android:permission="com.android.launcher.permission.WRITE_SETTINGS"
android:permission="android.permission.BIND_APPWIDGET"
android:theme="@android:style/Theme.NoDisplay" android:exported="true" />
<activity android:name="UsageStats" android:label="@string/usage_stats_label">