From 8691aa4d13e25cc5a6a42e81d19cc34af1723fe4 Mon Sep 17 00:00:00 2001 From: lucky <> Date: Fri, 7 Jan 2022 01:36:09 +0300 Subject: [PATCH] update descriptions --- README.md | 6 ++++++ fastlane/metadata/android/en-US/full_description.txt | 9 +++++++-- fastlane/metadata/android/ru-RU/full_description.txt | 6 ++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02ca13d..70aee28 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ locks device and optionally runs wipe. Also you can limit the maximum number of failed password attempts. After the limit exceeded device will be wiped. +The app works in `Work Profile` too. You can use [Shelter](https://github.com/PeterCxy/Shelter) to +install risky apps and `Wasted` in it. Then you can wipe this profile data with one click without +wiping the whole device. + +Only encrypted device may guarantee that the data will not be recoverable. + ## Example Broadcast message: diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index f76f0ac..1454dd6 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,7 +1,12 @@ Lock device and wipe data on panic trigger. -You can use PanicKit, tile, shortcut or send broadcast message with authentication code. On trigger, -using Device Administration API, it locks device and optionally runs wipe. +You can use PanicKit, tile, shortcut or send broadcast message with authentication code. On +trigger, using Device Administration API, it locks device and optionally runs wipe. Also you can limit the maximum number of failed password attempts. After the limit exceeded device will be wiped. + +The app works in Work Profile too. You can use Shelter to install risky apps and Wasted in it. Then +you can wipe this profile data with one click without wiping the whole device. + +Only encrypted device may guarantee that the data will not be recoverable. diff --git a/fastlane/metadata/android/ru-RU/full_description.txt b/fastlane/metadata/android/ru-RU/full_description.txt index e9c7f3d..589290c 100644 --- a/fastlane/metadata/android/ru-RU/full_description.txt +++ b/fastlane/metadata/android/ru-RU/full_description.txt @@ -6,3 +6,9 @@ Также Вы можете установить лимит на максимальное количество неудачных попыток ввода пароля. После исчерпания лимита данные на устройстве будут стёрты. + +Приложение также работает с Рабочим Профилем. Вы можете использовать Shelter для установки +рискованных приложений и Потрачено в него. Затем Вы можете стереть данные этого профиля одним +кликом, без стирания данных всего устройства. + +Только зашифрованное устройство может гарантировать, что данные не смогут быть восстановлены.