mirror of https://github.com/x13a/Wasted.git
update descriptions
This commit is contained in:
parent
7e183cdbdf
commit
8691aa4d13
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -6,3 +6,9 @@
|
|||
|
||||
Также Вы можете установить лимит на максимальное количество неудачных попыток ввода пароля. После
|
||||
исчерпания лимита данные на устройстве будут стёрты.
|
||||
|
||||
Приложение также работает с Рабочим Профилем. Вы можете использовать Shelter для установки
|
||||
рискованных приложений и Потрачено в него. Затем Вы можете стереть данные этого профиля одним
|
||||
кликом, без стирания данных всего устройства.
|
||||
|
||||
Только зашифрованное устройство может гарантировать, что данные не смогут быть восстановлены.
|
||||
|
|
Loading…
Reference in New Issue