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

Commit 829298b3 authored by Joe Bolinger's avatar Joe Bolinger Committed by Automerger Merge Worker
Browse files

Merge "Add label to fingerprint overlay." into sc-dev am: 6523da35

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14834457

Change-Id: Iee8cecb199f116df5a00e11dc858abdbe1fe15b8
parents 861338c2 6523da35
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,5 +24,6 @@
    <ImageView
        android:id="@+id/udfps_enroll_animation_fp_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>
        android:layout_height="match_parent"
        android:contentDescription="@string/accessibility_fingerprint_label"/>
</com.android.systemui.biometrics.UdfpsEnrollView>
+1 −2
Original line number Diff line number Diff line
@@ -658,8 +658,7 @@ public class UdfpsController implements DozeReceiver {
                    // during a11y.
                    if (reason == IUdfpsOverlayController.REASON_ENROLL_FIND_SENSOR
                            || reason == IUdfpsOverlayController.REASON_ENROLL_ENROLLING) {
                        mView.setImportantForAccessibility(
                                View.IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS);
                        mView.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO);
                    }

                    mWindowManager.addView(mView, computeLayoutParams(animation));