X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fde%2Fguide_local_storage.html;fp=app%2Fsrc%2Fmain%2Fassets%2Fde%2Fguide_local_storage.html;h=434b5c491fdc0b47e47ebcf17dc81b5cd7458ef0;hp=b3f7b51ff1182adeeea5829aa93af9ba478ec9be;hb=349e426eeb505cade315cbb70591abc13c84972d;hpb=fd55ca6cacad873ec4723e2235d800917451e873 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.

\ No newline at end of file