Merge "Settings UI fix for missing secure lock screen feature."
This commit is contained in:
committed by
Android (Google) Code Review
commit
c4383213cc
@@ -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;
|
||||
|
Reference in New Issue
Block a user