Colleagues
I need to get a gallery image and I do not get it, I thought it would be simple with this
I do not get anything in the activity summary, I wanted to recover the address of the image and then do something with it...
¿I missed an Intent event?
help !
I need to get a gallery image and I do not get it, I thought it would be simple with this
B4X:
'intt <-- variable Intent en Sub Globals
intt.Initialize("android.intent.action.GET_CONTENT", "file:///")
intt.setType("image/*")
Sub Activity_Resume
If intt.IsInitialized Then
Log("getdata "& intt.GetData)
End If
End Sub
I do not get anything in the activity summary, I wanted to recover the address of the image and then do something with it...
¿I missed an Intent event?
help !