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

Commit ef52e37e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Exposing the layout URI builder method, so that it can be used in tests" into udc-qpr-dev

parents e6a87b91 0d149e6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")