From 52a0f4c8ab7187c88fcc32c706829feaf2012d8a Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sun, 16 Aug 2026 21:27:43 -0500 Subject: [PATCH 1/2] Document Photo Picker parcelable APIs Refs #215 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../EmbeddedPhotoPickerFeatureInfo.xml | 42 +++++++++++++++++-- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml b/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml index 1d7c5eec6..25ec5e80c 100644 --- a/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml +++ b/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml @@ -134,6 +134,18 @@ Creates EmbeddedPhotoPickerFeatureInfo instances from a Parcel. A Parcelable.Creator for EmbeddedPhotoPickerFeatureInfo. + + + + Java documentation for android.os.Parcelable. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -164,8 +176,20 @@ - Describes the special objects contained in this parcelable's marshaled representation. - A bitmask of the special object types in the marshaled representation, or 0. + Reports no special objects in this parcelable's marshaled representation. + 0. + + + + Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo.describeContents(). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + @@ -498,7 +522,19 @@ The Parcel in which to write this object. Additional flags controlling how to write this object. - Flattens this object into a Parcel. + Writes the configured picker features to a Parcel. + + + + Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo.writeToParcel(Parcel, int). + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. + From aa30c014ac5b0d5d72a9dfeab5a14180633570d0 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sun, 16 Aug 2026 21:48:46 -0500 Subject: [PATCH 2/2] Correct Photo Picker creator reference Refs #215 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../EmbeddedPhotoPickerFeatureInfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml b/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml index 25ec5e80c..bd8d21511 100644 --- a/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml +++ b/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml @@ -137,7 +137,7 @@ - Java documentation for android.os.Parcelable. + Java documentation for android.os.Parcelable.Creator.