Merge "Copy links to orginal text in a11y node info" into pi-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user