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

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

am 3340407e: am 9fc47b08: am b394e6de: am 5c18d051: Use effectiveUid instead...

am 3340407e: am 9fc47b08: am b394e6de: am 5c18d051: Use effectiveUid instead of callingUid to set lockTaskMode

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

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

        if (andResume) {