mirror of https://github.com/x13a/Wasted.git
update descriptions
This commit is contained in:
parent
935853cfd2
commit
c6083f7ac3
14
README.md
14
README.md
|
@ -33,17 +33,9 @@ Only encrypted device may guarantee that the data will not be recoverable.
|
|||
|
||||
## Permissions
|
||||
|
||||
`DEVICE_ADMIN`
|
||||
|
||||
lock and wipe
|
||||
|
||||
`FOREGROUND_SERVICE`
|
||||
|
||||
[Wipe on inactivity] receive unlock events
|
||||
|
||||
`RECEIVE_BOOT_COMPLETED`
|
||||
|
||||
[Wipe on inactivity] persist wipe job across reboots
|
||||
* DEVICE_ADMIN - lock and optionally wipe a device
|
||||
* FOREGROUND_SERVICE - receive unlock events
|
||||
* RECEIVE_BOOT_COMPLETED - persist wipe job across reboots
|
||||
|
||||
## Example
|
||||
|
||||
|
|
|
@ -12,5 +12,10 @@ wipe this profile data with one click without wiping the whole device.
|
|||
|
||||
Only encrypted device may guarantee that the data will not be recoverable.
|
||||
|
||||
Permissions:
|
||||
* DEVICE_ADMIN - lock and optionally wipe a device
|
||||
* FOREGROUND_SERVICE - receive unlock events
|
||||
* RECEIVE_BOOT_COMPLETED - persist wipe job across reboots
|
||||
|
||||
It is Free Open Source Software.
|
||||
License: GPL-3
|
||||
|
|
|
@ -14,5 +14,10 @@
|
|||
|
||||
Только зашифрованное устройство может гарантировать, что данные не смогут быть восстановлены.
|
||||
|
||||
Разрешения:
|
||||
* DEVICE_ADMIN - блокировать и опционально стирать данные устройства
|
||||
* FOREGROUND_SERVICE - получать события разблокировки
|
||||
* RECEIVE_BOOT_COMPLETED - переживать перезагрузку устройства
|
||||
|
||||
Это свободное программное обеспечение с открытым исходным кодом.
|
||||
Лицензия: GPL-3
|
||||
|
|
Loading…
Reference in New Issue