diff options
author | 2024-09-05 16:06:05 +0000 | |
---|---|---|
committer | 2024-09-09 08:30:02 +0000 | |
commit | beb5b6795cc1f3b1e19cd5c000afb96359a63798 (patch) | |
tree | e6c6e3637025f0f7ca525bb74517a8053ee9cd52 /apex | |
parent | b33944506398f056b70be3385d7447152d912ac0 (diff) |
[PhotoPicker] Modify documentation for EXTRA_PICKER_PRE_SELECTION_URIS.
Test: n/a
Bug: 358618872
Flag: EXEMPT, documentation modification
Change-Id: I62dfa4e960e26f155d6ea17660503db3b5afc78b
Diffstat (limited to 'apex')
-rw-r--r-- | apex/framework/java/android/provider/MediaStore.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/framework/java/android/provider/MediaStore.java b/apex/framework/java/android/provider/MediaStore.java index 05721252d..71a652ab9 100644 --- a/apex/framework/java/android/provider/MediaStore.java +++ b/apex/framework/java/android/provider/MediaStore.java @@ -1059,7 +1059,7 @@ public final class MediaStore { * * <p>Only MediaStore content URI(s) of the item(s) received as a result of * {@link MediaStore#ACTION_PICK_IMAGES} action are accepted. The value of this intent-extra - * should be an ArrayList of type parcelables. Default value is null. Maximum number of URIs + * should be an ArrayList of type URIs. Default value is null. Maximum number of URIs * that can be accepted is limited by the value passed in * {@link MediaStore#EXTRA_PICK_IMAGES_MAX} as part of the {@link MediaStore#ACTION_PICK_IMAGES} * intent. In case the count of input URIs is greater than the limit then |