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

Commit ddaa5d73 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 95293865: Fix build

* commit '95293865':
  Fix build
parents 896d8916 95293865
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2626,7 +2626,7 @@ public final class ActivityManagerService extends ActivityManagerNative
            Intent[] intents, String[] resolvedTypes, IBinder resultTo, Bundle options,
            int userId) {
        enforceNotIsolatedCaller("startActivities");
        userId = handleIncomingUserLocked(Binder.getCallingPid(), Binder.getCallingUid(), userId,
        userId = handleIncomingUser(Binder.getCallingPid(), Binder.getCallingUid(), userId,
                false, true, "startActivity", null);
        int ret = mMainStack.startActivities(caller, -1, intents, resolvedTypes, resultTo,
                options, userId);