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

Commit c31c3a28 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Remove lock of getLockTaskModeState"

parents 74f5161e 0e08c81e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2538,10 +2538,8 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub {

    @Override
    public int getLockTaskModeState() {
        synchronized (mGlobalLock) {
        return getLockTaskController().getLockTaskModeState();
    }
    }

    @Override
    public List<IBinder> getAppTasks(String callingPackage) {