commit | c12544a201667383bc3dfb4bd3ad62d98cacd24f | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Thu Nov 11 13:16:44 2010 -0500 |
committer | Patrick Scott <phanna@android.com> | Mon Nov 15 09:19:38 2010 -0500 |
tree | 07cb73580be76718cc11bd98b48cb83a0ab3fbec | |
parent | 83d4a23c280bdcaf6c301651b76ddc6fbf08949c [diff] |
Offer a callback to intercept url requests. The new callback allows applications to return a response for a particular url. Deprecate onLoadResource in favor of the new api. onLoadResource is not currently being used by the new network stack and applications can post a message from shouldInterceptRequest to handle onLoadResource. Bug: 2905943 Change-Id: Icf48ab3110d85d76112b3c3b4a1a8c8a333b82f0