intent action_Pick getData

RadCoder

Member
Licensed User
Longtime User
Im sending an intent with action_pick. in the returning intent I am expecting data but getData is always null. Am I missing something?
 

RadCoder

Member
Licensed User
Longtime User
Action_pick with image/* . I pick an image from the gallery and the incoming intent back has no data. I know the contentchooser does this but it doesn't fit my needs . wondering why action_pick getdata is null. According to the android docs there should be data
 
Upvote 0
Top