am 67ceae63: Require BIND_APPWIDGET to bind widgets.

Merge commit '67ceae636fd3fc9faa6fee0ff691b24ca78e5459'

* commit '67ceae636fd3fc9faa6fee0ff691b24ca78e5459':
  Require BIND_APPWIDGET to bind widgets.
This commit is contained in:
Jeff Sharkey
2009-05-18 23:56:37 -07:00
committed by The Android Open Source Project

View File

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