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

Commit b6e3e618 authored by Laura Davis's avatar Laura Davis Committed by Android (Google) Code Review
Browse files

Merge "docs: Changed language to be gender-neutral." into pi-dev

parents ac013ae4 890662c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26933,10 +26933,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     * version supported by the application. For example, the method
     * {@link View#onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo)} is not available
     * in API version 4 when the accessibility APIs were first introduced. If a
     * developer would like his application to run on API version 4 devices (assuming
     * developer would like their application to run on API version 4 devices (assuming
     * all other APIs used by the application are version 4 or lower) and take advantage
     * of this method, instead of overriding the method which would break the application's
     * backwards compatibility, he can override the corresponding method in this
     * backwards compatibility, they can override the corresponding method in this
     * delegate and register the delegate in the target View if the API version of
     * the system is high enough, i.e. the API version is the same as or higher than the API
     * version that introduced