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

Commit 2fb1b5f4 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Add accessibility string for FingerprintDialog(impl) authenticated

Bug: 74456537

Test: builds
Change-Id: I1edb54334bf5e148bac6c9e1583c6fd36bd9095a
parent 6f2965af
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1347,6 +1347,8 @@

    <!-- Message shown by the fingerprint dialog when fingerprint is not recognized -->
    <string name="fingerprint_not_recognized">Not recognized</string>
    <!-- Accessibility message announced when a fingerprint has been authenticated [CHAR LIMIT=NONE] -->
    <string name="fingerprint_authenticated">Fingerprint authenticated</string>

    <!-- Error message shown when the fingerprint hardware can't be accessed -->
    <string name="fingerprint_error_hw_not_available">Fingerprint hardware not available.</string>
+1 −0
Original line number Diff line number Diff line
@@ -2376,6 +2376,7 @@
  <java-symbol type="string" name="fingerprint_error_lockout_permanent" />
  <java-symbol type="string" name="fingerprint_name_template" />
  <java-symbol type="string" name="fingerprint_not_recognized" />
  <java-symbol type="string" name="fingerprint_authenticated" />
  <java-symbol type="string" name="fingerprint_error_no_fingerprints" />
  <java-symbol type="string" name="fingerprint_error_hw_not_present" />