Remove the duplicated skip lock screen setting
Fix: 187366696 Test: robotests Change-Id: I063ef7c1a43e16aee6d141389896cadecfd3738f
This commit is contained in:
@@ -83,10 +83,10 @@ public class FaceSettingsLockscreenBypassPreferenceController
|
||||
|
||||
@Override
|
||||
public int getAvailabilityStatus() {
|
||||
// When the device supports multiple biometrics auth, this preference will be shown
|
||||
// When the device supports multiple biometrics auth, this preference won't be shown
|
||||
// in face unlock category.
|
||||
if (Utils.isMultipleBiometricsSupported(mContext)) {
|
||||
return AVAILABLE;
|
||||
return UNSUPPORTED_ON_DEVICE;
|
||||
}
|
||||
if (mUserManager.isManagedProfile(UserHandle.myUserId())) {
|
||||
return UNSUPPORTED_ON_DEVICE;
|
||||
|
||||
Reference in New Issue
Block a user