From 84b12b7e95fd1be3f67cd8faccb681f971e747df Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 09:41:45 -0500 Subject: [PATCH 1/2] Document Photo Picker feature metadata Refs #215 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- ...EmbeddedPhotoPickerFeatureInfo+Builder.xml | 22 +++++- .../EmbeddedPhotoPickerFeatureInfo.xml | 78 ++++++++++++++----- 2 files changed, 78 insertions(+), 22 deletions(-) diff --git a/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo+Builder.xml b/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo+Builder.xml index e4664ebca..847543db4 100644 --- a/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo+Builder.xml +++ b/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo+Builder.xml @@ -26,8 +26,15 @@ - To be added. - To be added. + Builds immutable feature information for an embedded Photo Picker session. + + Use this class to configure the features requested for a session before creating EmbeddedPhotoPickerFeatureInfo. + + + Java documentation for android.widget.photopicker.EmbeddedPhotoPickerFeatureInfo. + + + @@ -51,8 +58,15 @@ - To be added. - To be added. + Initializes a builder with the default embedded Photo Picker feature settings. + + + + Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo.Builder. + + + 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 Apache License 2.0. + diff --git a/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml b/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml index cac5973e7..93dd78aaf 100644 --- a/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml +++ b/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml @@ -92,9 +92,16 @@ System.Int64 - To be added. - To be added. - To be added. + Gets the accent color configured for primary picker elements. + The configured accent color, or the default value that follows the device theme. + + + + Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo. + + + 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 Apache License 2.0. + @@ -181,9 +188,16 @@ System.Boolean - To be added. - To be added. - To be added. + Gets whether selected media items preserve the order in which the user selected them. + true when selection order is preserved; otherwise, false. + + + + Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo. + + + 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 Apache License 2.0. + @@ -242,9 +256,16 @@ System.Int32 - To be added. - To be added. - To be added. + Gets the maximum number of media items that can be selected. + The configured selection limit. + + + + Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo. + + + 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 Apache License 2.0. + @@ -271,9 +292,16 @@ System.Collections.Generic.IList<System.String> - To be added. - To be added. - To be added. + Gets the MIME types used to filter media items. + The configured image and video MIME types. + + + + Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo. + + + 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 Apache License 2.0. + @@ -300,9 +328,16 @@ System.Collections.Generic.IList<Android.Net.Uri> - To be added. - To be added. - To be added. + Gets the media item URIs that are preselected when the embedded picker opens. + The configured preselected media item URIs. + + + + Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo. + + + 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 Apache License 2.0. + @@ -329,9 +364,16 @@ System.Int32 - To be added. - To be added. - To be added. + Gets the night mode configured for the embedded picker. + The configured night mode, or the default value that follows the system theme. + + + + Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo. + + + 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 Apache License 2.0. + From 572a551b1ec6cc9ba46e5a2e629c148b2e5ca1ac Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 09:53:04 -0500 Subject: [PATCH 2/2] Align Photo Picker documentation attribution Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- ...EmbeddedPhotoPickerFeatureInfo+Builder.xml | 11 +++++- .../EmbeddedPhotoPickerFeatureInfo.xml | 36 +++++++++++++++---- 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo+Builder.xml b/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo+Builder.xml index 847543db4..3ad8e3338 100644 --- a/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo+Builder.xml +++ b/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo+Builder.xml @@ -34,6 +34,11 @@ Java documentation for android.widget.photopicker.EmbeddedPhotoPickerFeatureInfo. + + 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. @@ -65,7 +70,11 @@ Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo.Builder. - 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 Apache License 2.0. + + 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. diff --git a/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml b/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml index 93dd78aaf..1d7c5eec6 100644 --- a/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml +++ b/docs/xml/Android.Widget.PhotoPicker/EmbeddedPhotoPickerFeatureInfo.xml @@ -100,7 +100,11 @@ Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo. - 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 Apache License 2.0. + + 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. @@ -196,7 +200,11 @@ Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo. - 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 Apache License 2.0. + + 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. @@ -264,7 +272,11 @@ Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo. - 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 Apache License 2.0. + + 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. @@ -300,7 +312,11 @@ Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo. - 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 Apache License 2.0. + + 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. @@ -336,7 +352,11 @@ Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo. - 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 Apache License 2.0. + + 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. @@ -372,7 +392,11 @@ Android Open Source Project source for EmbeddedPhotoPickerFeatureInfo. - 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 Apache License 2.0. + + 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.