Disable app cache WebView (is a deprecated web API and is being removed in Android 13)

(cherry picked from commit c447022092)
This commit is contained in:
arkon
2022-03-09 18:04:43 -05:00
committed by Jobobby04
parent 56d6964db9
commit 1ad2146d6a
@@ -37,7 +37,6 @@ fun WebView.setDefaultSettings() {
javaScriptEnabled = true
domStorageEnabled = true
databaseEnabled = true
setAppCacheEnabled(true)
useWideViewPort = true
loadWithOverviewMode = true
cacheMode = WebSettings.LOAD_DEFAULT