Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 279c67b8 authored by Dmitry Dementyev's avatar Dmitry Dementyev
Browse files

Enable remote LSKF verification API.

Implementation was verified and we have additional flags in apps which
use new API.

Bug: 274147496
Test: manual
Change-Id: I78b9f82acfe60129e54aebacf2a94a538689c65f
parent 97b687cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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, "false");
        DEFAULT_FLAGS.put(SETTINGS_REMOTE_DEVICE_CREDENTIAL_VALIDATION, "false");
        DEFAULT_FLAGS.put(SETTINGS_ENABLE_LOCKSCREEN_TRANSFER_API, "true");
        DEFAULT_FLAGS.put(SETTINGS_REMOTE_DEVICE_CREDENTIAL_VALIDATION, "true");
    }

    private static final Set<String> PERSISTENT_FLAGS;