Hello everyone,
I was trying to start the Gallary to pick up a picture, can you help me understand what's wrong in my code?
Thanks in advance.
Tiwiz
I was trying to start the Gallary to pick up a picture, can you help me understand what's wrong in my code?
B4X:
Dim in As Intent
in.Initialize2(in.ACTION_PICK,0)
in.SetType("image/*")
in.WrapAsIntentChooser("Pick up a draft")
StartActivity(in)
Thanks in advance.
Tiwiz