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

Commit 932e1df7 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Add talkback when FingerprintDialog is authenticated

Fixes: 74456537

Test: manual test with cts-verifier and talkback enabled
Change-Id: Ia12edfa38abcde1a96674b552a5e65aaeda1feeb
parent 2fb1b5f4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -147,6 +147,9 @@ public class FingerprintDialogImpl extends SystemUI implements CommandQueue.Call

    private void handleFingerprintAuthenticated() {
        if (DEBUG) Log.d(TAG, "handleFingerprintAuthenticated");
        mDialogView.announceForAccessibility(
                mContext.getResources().getText(
                        com.android.internal.R.string.fingerprint_authenticated));
        handleHideDialog(false /* userCanceled */);
    }