Merge "Remove lock of getLockTaskModeState"
This commit is contained in:
@@ -2538,9 +2538,7 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub {
|
||||
|
||||
@Override
|
||||
public int getLockTaskModeState() {
|
||||
synchronized (mGlobalLock) {
|
||||
return getLockTaskController().getLockTaskModeState();
|
||||
}
|
||||
return getLockTaskController().getLockTaskModeState();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user