update descriptions

This commit is contained in:
lucky 2022-01-07 01:36:09 +03:00
parent 7e183cdbdf
commit 8691aa4d13
3 changed files with 19 additions and 2 deletions

View File

@ -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:

View File

@ -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.

View File

@ -6,3 +6,9 @@
Также Вы можете установить лимит на максимальное количество неудачных попыток ввода пароля. После
исчерпания лимита данные на устройстве будут стёрты.
Приложение также работает с Рабочим Профилем. Вы можете использовать Shelter для установки
рискованных приложений и Потрачено в него. Затем Вы можете стереть данные этого профиля одним
кликом, без стирания данных всего устройства.
Только зашифрованное устройство может гарантировать, что данные не смогут быть восстановлены.