Update UnlockMethodCache when screen turns off
am: 08ae664365
Change-Id: I132358dc66f04cb2531e6d57ed8d2dd14947b62d
This commit is contained in:
@@ -154,6 +154,11 @@ public class UnlockMethodCache {
|
||||
public void onStrongAuthStateChanged(int userId) {
|
||||
update(false /* updateAlways */);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onScreenTurnedOff() {
|
||||
update(false /* updateAlways */);
|
||||
}
|
||||
};
|
||||
|
||||
public boolean isTrustManaged() {
|
||||
|
||||
Reference in New Issue
Block a user