Merge change I8ad4a378

* changes:
  Remove obsolete doc references to LauncherAppWidgetBinder
This commit is contained in:
Android (Google) Code Review
2009-12-16 10:42:37 -08:00
2 changed files with 2 additions and 4 deletions
@@ -465,8 +465,7 @@ public class LauncherProvider extends ContentProvider {
/**
* Upgrade existing clock and photo frame widgets into their new widget
* equivalents. This method allocates appWidgetIds, and then hands off to
* LauncherAppWidgetBinder to finish the actual binding.
* equivalents.
*/
private void convertWidgets(SQLiteDatabase db) {
final AppWidgetManager appWidgetManager = AppWidgetManager.getInstance(mContext);
@@ -91,8 +91,7 @@ class LauncherSettings {
}
/**
* Favorites. When changing these values, be sure to update
* {@link com.android.settings.LauncherAppWidgetBinder} as needed.
* Favorites.
*/
static final class Favorites implements BaseLauncherColumns {
/**