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

Commit b394e6de authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android Git Automerger
Browse files

am 5c18d051: Use effectiveUid instead of callingUid to set lockTaskMode

* commit '5c18d051':
  Use effectiveUid instead of callingUid to set lockTaskMode
parents 46811dd9 5c18d051
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3920,7 +3920,7 @@ public final class ActivityStackSupervisor implements DisplayListener {
        mLockTaskModeTasks.add(task);

        if (task.mLockTaskUid == -1) {
            task.mLockTaskUid = task.mCallingUid;
            task.mLockTaskUid = task.effectiveUid;
        }

        if (andResume) {