Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 91519

Multiply selection images from gallery in Android

$
0
0

Hi!
I am trying to use such code :

Intent intent = new Intent(Intent.ActionPick);
intent.SetType("image/*");
intent.SetAction(Intent.ActionGetContent);
intent.PutExtra(Intent.ExtraAllowMultiple, true);
this.StartActivityForResult(Intent.CreateChooser(intent, "Selecte a Photo"), 0);

to select multiply images. But I can do this only with photos in camera folder. In albums folders I can select only single image. Why do I get this behaviour? Thank you.

Viewing all articles
Browse latest Browse all 91519

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>