0

I want to POST some token which I receive from a web service, to some URL and open the result in external browser (not webView). To be More clear I want the exact same result as using:

String data = "Token=" + URLEncoder.encode(token, "UTF-8");
mWebView.postUrl(paymentURL, data.getBytes());

but open the URL via any web browser installed on the device.

0 Answers0