itemType = LauncherSettings.Favorites.ITEM_TYPE_USER_FOLDER;
Add an app or shortcutparamitem contents.add(item);
contents.add(item);
super.onAddToDatabase(values); values.put(LauncherSettings.Favorites.TITLE, title.toString());
Remove an app or shortcutparamitem contents.remove(item);
contents.remove(item);