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

Commit fd6f81a9 authored by Joshua McCloskey's avatar Joshua McCloskey Committed by Joshua Mccloskey
Browse files

Performant auth update for fingerprint.

Test: verified setting is forced to default for a given user.
Bug: 265264294
Change-Id: Idb6e060553a4c7c6b637f13b42d421e44f3cbc15
parent 7feb153e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10007,9 +10007,11 @@ public final class Settings {
        /**
         * Whether or not a SFPS device is enabling the performant auth setting.
         * The "_V2" suffix was added to re-introduce the default behavior for
         * users. See b/265264294 fore more details.
         * @hide
         */
        public static final String SFPS_PERFORMANT_AUTH_ENABLED = "sfps_performant_auth_enabled";
        public static final String SFPS_PERFORMANT_AUTH_ENABLED = "sfps_performant_auth_enabled_v2";
        /**
         * Whether or not debugging is enabled.
+2 −4
Original line number Diff line number Diff line
@@ -5025,10 +5025,8 @@
    <!-- If face auth sends the user directly to home/last open app, or stays on keyguard -->
    <bool name="config_faceAuthDismissesKeyguard">true</bool>

    <!-- Default value for whether a SFPS device is required to be
        {@link KeyguardUpdateMonitor#isDeviceInteractive()} for fingerprint auth
        to unlock the device. -->
    <bool name="config_requireScreenOnToAuthEnabled">false</bool>
    <!-- Default value for performant auth feature. -->
    <bool name="config_performantAuthDefault">false</bool>

    <!-- The component name for the default profile supervisor, which can be set as a profile owner
    even after user setup is complete. The defined component should be used for supervision purposes
+1 −1
Original line number Diff line number Diff line
@@ -2655,7 +2655,7 @@
  <java-symbol type="array" name="config_face_acquire_vendor_biometricprompt_ignorelist" />
  <java-symbol type="bool" name="config_faceAuthSupportsSelfIllumination" />
  <java-symbol type="bool" name="config_faceAuthDismissesKeyguard" />
  <java-symbol type="bool" name="config_requireScreenOnToAuthEnabled" />
  <java-symbol type="bool" name="config_performantAuthDefault" />

  <!-- Face config -->
  <java-symbol type="integer" name="config_faceMaxTemplatesPerUser" />