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

Commit f3b3ddb8 authored by “Grace's avatar “Grace Committed by Markus S
Browse files

Adds property indicating presence of power button fingerprint sensor

Adds boolean field is_powerbutton_fps indicating whether device has a
power button fingerprint sensor

(cherry picked from commit c4808367
 omitting changes to dumpsys as Fingerprint21.java and related doesn't exist yet)
Change-Id: Ib433e6f54a57692be23291a55abba5cea8ed0d9d
parent 229d8771
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4209,6 +4209,9 @@
        <!-- <item>0:2:15</item>  ID0:Fingerprint:Strong -->
    </string-array>

    <!-- Indicates whether device has a power button fingerprint sensor. -->
    <bool name="config_is_powerbutton_fps" translatable="false" >false</bool>

    <!-- Messages that should not be shown to the user during face auth enrollment. This should be
         used to hide messages that may be too chatty or messages that the user can't do much about.
         Entries are defined in android.hardware.biometrics.face@1.0 types.hal -->
+1 −0
Original line number Diff line number Diff line
@@ -2508,6 +2508,7 @@
  <java-symbol type="string" name="face_error_security_update_required" />

  <java-symbol type="array" name="config_biometric_sensors" />
  <java-symbol type="bool" name="config_is_powerbutton_fps" />

  <java-symbol type="array" name="config_face_acquire_enroll_ignorelist" />
  <java-symbol type="array" name="config_face_acquire_vendor_enroll_ignorelist" />