Give an alternative for attached peace of code, that works on API 10
- Status: Closed
- Prize: $10
- Entries Received: 9
- Winner: seegolamb
Contest Brief
I need an alternative for this code that works on API level 10:
@Override
public WebResourceResponse shouldInterceptRequest(WebView view, String url) {
if (url.contains("pop_packcpm.php")) {
return new WebResourceResponse("text/plain", "utf-8",
new ByteArrayInputStream("".getBytes()));
}
return super.shouldInterceptRequest(view, url);
}
Recommended Skills
Employer Feedback
“@seegolamb won the contest on 1 June 2014”
ArnoldasM, Lithuania.
Public Clarification Board
How to get started with contests
-
Post Your Contest Quick and easy
-
Get Tons of Entries From around the world
-
Award the best entry Download the files - Easy!