Can we restrict number of images to be picked
Does the plugin support to restrict the number of images to be picked when using GetImagesFromGallery.
For example - in android/iOS file selector, restrict the input images to 10
It's possible only on iOS by changing the last parameter to 10: https://github.com/yasirkula/UnityNativeGallery/blob/62de2dc50ab85e57fafa105909247470155a4ad7/Plugins/NativeGallery/NativeGallery.cs#L625
Is there any way we can restrict them in Android also?
Unfortunately not, not with NativeGallery.
Is there a solution now for Android?
NativeGallery still doesn't support it.
Can you provide the android code project? please
Of course: https://github.com/yasirkula/UnityNativeGallery/tree/master/.github/AAR%20Source%20(Android)