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

Commit 13c132ba authored by Brad Hinegardner's avatar Brad Hinegardner
Browse files

Talkback focusing on lock screen should have a label

Talkback or similar tools focusing on lock screen is currently
"Unlabelled". Now that the user can select the whole lock screen in
order to long-press on it as a result of ag/28270130, the label for it
should be "Lock Screen".

Fixes: 354872759
Test: manual - activate Talkback on foldable and udfps devices
Flag: EXEMPT bugfix
Change-Id: I7ce96664b0c88546776466a43ea113437fcda1f4
parent 2f54428d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ object KeyguardLongPressViewBinder {
        onSingleTap: () -> Unit,
        falsingManager: FalsingManager,
    ) {
        view.contentDescription = view.resources.getString(R.string.accessibility_desc_lock_screen)
        view.accessibilityHintLongPressAction =
            AccessibilityNodeInfo.AccessibilityAction(
                AccessibilityNodeInfoCompat.ACTION_LONG_CLICK,