Update UnlockMethodCache when screen turns off

am: 08ae664365

Change-Id: I132358dc66f04cb2531e6d57ed8d2dd14947b62d
This commit is contained in:
Kevin Chyn
2017-08-31 12:59:00 +00:00
committed by android-build-merger

View File

@@ -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() {