http://developer.android.com/reference/android/webkit/WebViewClient.html#shouldOverrideUrlLoading%28android.webkit.WebView,%20java.lang.String%29

On Sep 23, 12:23 pm, Neilz <neilhorn...@gmail.com> wrote:
> Hi all. I have a WebView, which will contain links to documents, in
> this case PDF files. The default action (at least on my device) seems
> to be to open the URL with the browser, which in turn causes them to
> be saved in the default download location.
>
> I want to intercept this in my code, so that I can get hold of the
> file and save it to whatever location I choose.
>
> Is this possible?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to