Merge "Fix docs for a11yNodeInfo#refreshWithExtraData" into pi-dev

am: 66aa41291a

Change-Id: Ia5c8d334c4d764f3bab6b4544745b218c7837f86
This commit is contained in:
android-build-team Robot
2018-05-01 11:08:18 -07:00
committed by android-build-merger

View File

@@ -901,7 +901,7 @@ public class AccessibilityNodeInfo implements Parcelable {
* Refreshes this info with the latest state of the view it represents, and request new
* data be added by the View.
*
* @param extraDataKey A bitmask of the extra data requested. Data that must be requested
* @param extraDataKey The extra data requested. Data that must be requested
* with this mechanism is generally expensive to retrieve, so should only be
* requested when needed. See
* {@link #EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY} and