diff --git a/src/com/android/launcher3/model/ModelDbController.java b/src/com/android/launcher3/model/ModelDbController.java index 1b1b38f4fd..e10e72d61b 100644 --- a/src/com/android/launcher3/model/ModelDbController.java +++ b/src/com/android/launcher3/model/ModelDbController.java @@ -466,7 +466,7 @@ public class ModelDbController { () -> parser, AutoInstallsLayout.TAG_WORKSPACE); } - private static Uri getLayoutUri(String authority, Context ctx) { + public static Uri getLayoutUri(String authority, Context ctx) { InvariantDeviceProfile grid = LauncherAppState.getIDP(ctx); return new Uri.Builder().scheme("content").authority(authority).path("launcher_layout") .appendQueryParameter("version", "1")