From 25935cadca77e6fa6f0ea18c6a840d9b1e7907b9 Mon Sep 17 00:00:00 2001 From: naveen Date: Wed, 1 Feb 2023 07:27:25 +0530 Subject: [PATCH] Allow http links to be opened on webview in the api level 28 which doesnt allow clear text traffic by default --- app/src/main/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6444a40..d6b5a33 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,7 +8,9 @@ + android:usesCleartextTraffic="true" + android:allowBackup="true" + tools:ignore="UnusedAttribute">