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

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

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

* commit 'b394e6de':
  Use effectiveUid instead of callingUid to set lockTaskMode
parents 41333316 b394e6de
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) {