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

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

Merge "Add talkback when FingerprintDialog is authenticated" into pi-dev am: 9f24799a

am: 85647449

Change-Id: I99f52fbc781b765322dde43ecbd3c1dc5379144c
parents 5c2c733d 85647449
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 */);
    }