Merge "Copy links to orginal text in a11y node info" into pi-dev

This commit is contained in:
Phil Weaver
2018-04-25 17:35:12 +00:00
committed by Android (Google) Code Review

View File

@@ -3442,6 +3442,7 @@ public class AccessibilityNodeInfo implements Parcelable {
mPackageName = other.mPackageName;
mClassName = other.mClassName;
mText = other.mText;
mOriginalText = other.mOriginalText;
mHintText = other.mHintText;
mError = other.mError;
mContentDescription = other.mContentDescription;