From: Soren Stoutner
Date: Wed, 20 Jul 2022 00:14:30 +0000 (-0700)
Subject: Add a Clear and Exit section to the Guide. https://redmine.stoutner.com/issues/792
X-Git-Tag: v3.11~5
X-Git-Url: https://gitweb.stoutner.com/?a=commitdiff_plain;h=349e426eeb505cade315cbb70591abc13c84972d;p=PrivacyBrowserAndroid.git
Add a Clear and Exit section to the Guide. https://redmine.stoutner.com/issues/792
---
diff --git a/app/src/main/assets/de/guide_local_storage.html b/app/src/main/assets/de/guide_local_storage.html
index b3f7b51f..434b5c49 100644
--- a/app/src/main/assets/de/guide_local_storage.html
+++ b/app/src/main/assets/de/guide_local_storage.html
@@ -76,5 +76,12 @@
Im Gegensatz zu in Cookies und im DOM-Speicher gespeicherten Daten werden diese Informationen nur nach Benutzer-Interaktion an den Webserver gesandt. Ab Android Oreo (Version 8.0, API 26) wurden
WebViews Formulardaten durch Googles Autofill-Service ersetzt.
Daher erscheinen Formulardaten auf neueren Android-Geräten nicht mehr.
+
+
+ Clear and Exit
+
+ Clear and Exit runs every time the last tab is closed or Clear and Exit is selected from the navigation menu.
+ By default it clears the cookies, DOM storage, form data, the logcat, and the WebView cache. Then it manually deletes the entire app_webview
and cache
directories.
+ The behavior of Clear and Exit can be configured in the settings.