[android-developers] Re: Intent fails to grab image on certain devices

2011-05-29 Thread neuromit
That's actually not a bad idea, i wonder if anyone has a recommendation On May 29, 3:31 pm, Mark Murphy wrote: > On Sun, May 29, 2011 at 3:27 PM, neuromit wrote: > > hmm... so I take it there isn't a simpler way than that. > > You are welcome to recommend to users that they install some > third-p

Re: [android-developers] Re: Intent fails to grab image on certain devices

2011-05-29 Thread Mark Murphy
On Sun, May 29, 2011 at 3:27 PM, neuromit wrote: > hmm... so I take it there isn't a simpler way than that. You are welcome to recommend to users that they install some third-party application that supports ACTION_GET_CONTENT for images. Otherwise, at best, the default gallery application will be

[android-developers] Re: Intent fails to grab image on certain devices

2011-05-29 Thread neuromit
hmm... so I take it there isn't a simpler way than that. On May 29, 2:42 pm, Mark Murphy wrote: > Write your own image selector using the MediaStore content provider. > > > > > > > > > > On Sun, May 29, 2011 at 2:26 PM, neuromit wrote: > > In my application I want to let users pick a custom imag