[android-developers] Re: WebView and contents://

2008-09-28 Thread Martrinex
Thankyou, I used the image content provider first which loaded a question mark as a picture but proved unstable. I finally found the function I was looking for in case anyone else has the same problem, although I have to warn you it does the exact thing Google was trying to prevent. (Gives the

[android-developers] Re: WebView and contents://

2008-09-27 Thread Nickname
Yes, you can. You can use the content:// url returned by photo picker activity. On Sep 26, 1:49 pm, Martrinex [EMAIL PROTECTED] wrote: I want to be able to access local files from webview. Most tutorials I see use file:// which I believe has been blocked on v.9+ I tried to use the notepad

[android-developers] Re: WebView and contents://

2008-09-27 Thread Satya Komatineni
I suspect you may need some kind of signatures to give access to local resources or files from a web browser. Just like any regular browser won't let access local resources due to local constraints. But again that is a guess. Hope someone else will answer you for sure. Satya On Fri, Sep 26,