Revert "Revert "Enable Launcher2 workspace import.""

This reverts commit a6a296ba1f.

https://memegen.googleplex.com/5476445807706112

Bug: 9832552
This commit is contained in:
Dan Sandler
2013-12-02 15:55:50 -05:00
parent a50d34306c
commit d0e4118f2e
@@ -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";