X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fen%2Fguide_local_storage.html;fp=app%2Fsrc%2Fmain%2Fassets%2Fen%2Fguide_local_storage.html;h=b4944761c3a522100c1fe0f6365edec049587a40;hp=0282b68e51ab8cf8c262a5e830ebd9638b9c2d6a;hb=349e426eeb505cade315cbb70591abc13c84972d;hpb=fd55ca6cacad873ec4723e2235d800917451e873 diff --git a/app/src/main/assets/en/guide_local_storage.html b/app/src/main/assets/en/guide_local_storage.html index 0282b68e..b4944761 100644 --- a/app/src/main/assets/en/guide_local_storage.html +++ b/app/src/main/assets/en/guide_local_storage.html @@ -72,5 +72,12 @@ Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction. Beginning in Android Oreo (version 8.0, API 26), WebView’s form data was replaced by the Autofill service. As such, controls for form data no longer appear on newer Android devices.

+ + +

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