commit | f7614fc7442e9cf2df89d4230af3f56f03a74c6e | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Mon Nov 26 14:43:24 2012 -0800 |
committer | Winson Chung <winsonc@google.com> | Mon Nov 26 14:44:03 2012 -0800 |
tree | f8175ade1994f5cf8148f3977d3051a051ad994d | |
parent | 9a0fbd4c6da2905504defdba9843d3fcbe0c1367 [diff] |
Removing unecessary additional lock metadata from QuickSettings user tile. Change-Id: I89ec94385eb3cdd46ad6942bf8989fb04d5c0370
diff --git a/services/java/com/android/server/am/ActivityManagerService.java b/services/java/com/android/server/am/ActivityManagerService.java index db64a9a..02640b5 100644 --- a/services/java/com/android/server/am/ActivityManagerService.java +++ b/services/java/com/android/server/am/ActivityManagerService.java
@@ -14168,7 +14168,7 @@ // Once the internal notion of the active user has switched, we lock the device // with the option to show the user switcher on the keyguard. - mWindowManager.lockNow(LockPatternUtils.USER_SWITCH_LOCK_OPTIONS); + mWindowManager.lockNow(null); final UserStartedState uss = mStartedUsers.get(userId);