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

Commit 266d179a authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Add accessibility string for FingerprintDialog(impl) authenticated" into pi-dev

parents 3d9601d6 2fb1b5f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1350,6 +1350,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
@@ -2382,6 +2382,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" />