auto import from //branches/cupcake_rel/...@138607

This commit is contained in:
The Android Open Source Project
2009-03-13 13:04:25 -07:00
parent 80a7a1dbf2
commit 72ed6feab2
28 changed files with 194 additions and 243 deletions

View File

@@ -53,7 +53,7 @@ public class LauncherAppWidgetBinder extends Activity {
static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/" + TABLE_FAVORITES);
static final String ITEM_TYPE = "itemType";
static final String APPWIDGET_ID = "gadgetId";
static final String APPWIDGET_ID = "appWidgetId";
static final String ICON = "icon";
static final int ITEM_TYPE_APPWIDGET = 4;