Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 658e56fc authored by Dan Sandler's avatar Dan Sandler Committed by Android Git Automerger
Browse files

am 5b3bdd39: Enable Launcher2 workspace import.

* commit '5b3bdd39':
  Enable Launcher2 workspace import.
parents 3705bb1b 5b3bdd39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";