am 5b3bdd39: Enable Launcher2 workspace import.

* commit '5b3bdd394e4401d7e91d528ef1d424d1af271d97':
  Enable Launcher2 workspace import.
This commit is contained in:
Dan Sandler
2013-11-25 05:31:07 -08:00
committed by Android Git Automerger
@@ -72,7 +72,7 @@ public class LauncherProvider extends ContentProvider {
static final String AUTHORITY = ProviderConfig.AUTHORITY;
// Should we attempt to load anything from the com.android.launcher2 provider?
static final boolean IMPORT_LAUNCHER2_DATABASE = false;
static final boolean IMPORT_LAUNCHER2_DATABASE = true;
static final String TABLE_FAVORITES = "favorites";
static final String TABLE_WORKSPACE_SCREENS = "workspaceScreens";