Enable Launcher2 workspace import.

Bug: 11800663
Change-Id: I5c8963bde69e667bf726d1f926a913c347294e16
This commit is contained in:
Dan Sandler
2013-11-21 08:29:51 -05:00
parent 2c130e1f29
commit 5b3bdd394e
@@ -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";