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

Commit 3a5203fd authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

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

am: 266d179a

Change-Id: I6a16480f615cdc72a84ae13a7c0a07b592c4ac93
parents 73777b55 266d179a
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1350,6 +1350,8 @@


    <!-- Message shown by the fingerprint dialog when fingerprint is not recognized -->
    <!-- Message shown by the fingerprint dialog when fingerprint is not recognized -->
    <string name="fingerprint_not_recognized">Not recognized</string>
    <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 -->
    <!-- Error message shown when the fingerprint hardware can't be accessed -->
    <string name="fingerprint_error_hw_not_available">Fingerprint hardware not available.</string>
    <string name="fingerprint_error_hw_not_available">Fingerprint hardware not available.</string>
+1 −0
Original line number Original line Diff line number Diff line
@@ -2382,6 +2382,7 @@
  <java-symbol type="string" name="fingerprint_error_lockout_permanent" />
  <java-symbol type="string" name="fingerprint_error_lockout_permanent" />
  <java-symbol type="string" name="fingerprint_name_template" />
  <java-symbol type="string" name="fingerprint_name_template" />
  <java-symbol type="string" name="fingerprint_not_recognized" />
  <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_no_fingerprints" />
  <java-symbol type="string" name="fingerprint_error_hw_not_present" />
  <java-symbol type="string" name="fingerprint_error_hw_not_present" />