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

Commit 6320305a authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

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

* commit 'f079a6d0':
  Set live region property on AccessibilityNodeInfo
parents c379752a f079a6d0
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