Merge "Settings UI fix for missing secure lock screen feature."

This commit is contained in:
TreeHugger Robot
2019-02-25 11:41:03 +00:00
committed by Android (Google) Code Review
7 changed files with 42 additions and 10 deletions

View File

@@ -31,6 +31,11 @@ public class ShadowLockPatternUtils {
private static boolean sDeviceEncryptionEnabled;
@Implementation
protected boolean hasSecureLockScreen() {
return true;
}
@Implementation
protected boolean isSecure(int id) {
return true;