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

Commit 0adaf034 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

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

* commit '6320305a':
  Set live region property on AccessibilityNodeInfo
parents e3ba7f24 6320305a
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