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

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

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

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

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

        if (andResume) {