Revert "Enable remote LSKF verification API."

This reverts commit 279c67b8b2.

Reason for revert: Causes bootloop for devices set up between January and now. See b/274760375

Bug: 274147496
Bug: 274760375
Change-Id: Ifbe9b6ea0a36769bf21dbe7e996d630a6d1e5ada
This commit is contained in:
Adrian Roos
2023-03-22 15:28:41 +00:00
committed by Android (Google) Code Review
parent 279c67b8b2
commit 8fc78d82dc

View File

@@ -234,8 +234,8 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put(SETTINGS_AUDIO_ROUTING, "false");
DEFAULT_FLAGS.put(SETTINGS_FLASH_NOTIFICATIONS, "true");
DEFAULT_FLAGS.put(SETTINGS_SHOW_UDFPS_ENROLL_IN_SETTINGS, "true");
DEFAULT_FLAGS.put(SETTINGS_ENABLE_LOCKSCREEN_TRANSFER_API, "true");
DEFAULT_FLAGS.put(SETTINGS_REMOTE_DEVICE_CREDENTIAL_VALIDATION, "true");
DEFAULT_FLAGS.put(SETTINGS_ENABLE_LOCKSCREEN_TRANSFER_API, "false");
DEFAULT_FLAGS.put(SETTINGS_REMOTE_DEVICE_CREDENTIAL_VALIDATION, "false");
}
private static final Set<String> PERSISTENT_FLAGS;