]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/de/guide_local_storage.html
Add a Clear and Exit section to the Guide. https://redmine.stoutner.com/issues/792
[PrivacyBrowserAndroid.git] / app / src / main / assets / de / guide_local_storage.html
index b3f7b51ff1182adeeea5829aa93af9ba478ec9be..434b5c491fdc0b47e47ebcf17dc81b5cd7458ef0 100644 (file)
             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 <a href="https://medium.com/@bherbst/getting-androids-autofill-to-work-for-you-21435debea1">Googles Autofill-Service</a> ersetzt.
             Daher erscheinen Formulardaten auf neueren Android-Geräten nicht mehr.</p>
+
+
+        <h3><svg class="header"><use href="../shared_images/delete_forever.svg#icon"/></svg> Clear and Exit</h3>
+
+        <p>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 <code>app_webview</code> and <code>cache</code> directories.
+            The behavior of Clear and Exit can be configured in the settings.</p>
     </body>
 </html>
\ No newline at end of file