-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#10314Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listp: image_pickerThe Image Picker plugin.The Image Picker plugin.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
flutter/packages#6201 introduced the following code:
if (ActivityResultContracts.PickVisualMedia.isSystemPickerAvailable$activity_release()) {
return MediaStore.getPickImagesMaxLimit();
} else {
return Integer.MAX_VALUE;
}isSystemPickerAvailable... is not part of the docs, and looking locally in the IDE I see that this is a function marked internal, so if I'm understanding correctly, it should never have been used. Based on b/455864474 it appears that this will prevent working with activityx.activity 1.12.0.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listp: image_pickerThe Image Picker plugin.The Image Picker plugin.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team