X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fru%2Fguide_local_storage.html;fp=app%2Fsrc%2Fmain%2Fassets%2Fru%2Fguide_local_storage.html;h=aedd1e53cfcf3f8ded190d3e1355428747fd8ce2;hp=908e42d3bad36d36868090861196a9b9b9dd269f;hb=349e426eeb505cade315cbb70591abc13c84972d;hpb=fd55ca6cacad873ec4723e2235d800917451e873 diff --git a/app/src/main/assets/ru/guide_local_storage.html b/app/src/main/assets/ru/guide_local_storage.html index 908e42d3..aedd1e53 100644 --- a/app/src/main/assets/ru/guide_local_storage.html +++ b/app/src/main/assets/ru/guide_local_storage.html @@ -74,5 +74,12 @@ В отличие от других форм локального хранилища, данные форм не передаются на веб-сервер без определенного взаимодействия с пользователем. Начиная с Android Oreo (версия 8.0, API 26), данные форм WebView были заменены сервисом автозаполнения. Таким образом, элементы управления данными формы больше не отображаются на новых Android-устройствах.

+ + +

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