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

Commit f079a6d0 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Set live region property on AccessibilityNodeInfo" into klp-dev

parents 3320ef95 f877ed96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5249,6 +5249,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
        info.setAccessibilityFocused(isAccessibilityFocused());
        info.setSelected(isSelected());
        info.setLongClickable(isLongClickable());
        info.setLiveRegion(getAccessibilityLiveRegion());
        // TODO: These make sense only if we are in an AdapterView but all
        // views can be selected. Maybe from accessibility perspective