From: Purushottam Kushwaha Date: Wed, 12 Jun 2019 12:15:37 +0000 (+0530) Subject: wpadebug: Allow WebView to parse and load clear text (HTTP) X-Git-Tag: hostap_2_9~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17ef1e9cb999345c5e4bb085ce3d6ee3c3b4c7e;p=thirdparty%2Fhostap.git wpadebug: Allow WebView to parse and load clear text (HTTP) Recent Android version doesn't allow cleartext parsing by WebView by default: Error message: ERR_CLEARTEXT_NOT_PERMITTED. To resolve this wpadebug need to have following updated under application definition of AndroidManifest.xml - android:usesCleartextTraffic="true" Signed-off-by: Jouni Malinen --- diff --git a/wpadebug/AndroidManifest.xml b/wpadebug/AndroidManifest.xml index 3c8b9b988..0d8dec396 100644 --- a/wpadebug/AndroidManifest.xml +++ b/wpadebug/AndroidManifest.xml @@ -9,7 +9,7 @@ - +