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

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

Merge "Watch type devices currently do not support instant apps, prevent...

Merge "Watch type devices currently do not support instant apps, prevent related services from launching."
parents 819a6d6a 7f70fc7b
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -1552,6 +1552,7 @@ public final class SystemServer {
            }
            traceEnd();

            if (!isWatch) {
                traceBeginAndSlog("StartPruneInstantAppsJobService");
                try {
                    PruneInstantAppsJobService.schedule(context);
@@ -1559,6 +1560,7 @@ public final class SystemServer {
                    reportWtf("StartPruneInstantAppsJobService", e);
                }
                traceEnd();
            }

            // LauncherAppsService uses ShortcutService.
            traceBeginAndSlog("StartShortcutServiceLifecycle");