2022-02-12 10:31:42 -07:00
|
|
|
Lock a device and wipe its data on danger.
|
2021-12-17 16:26:43 -07:00
|
|
|
|
2022-01-22 07:38:44 -07:00
|
|
|
You can use PanicKit, tile, shortcut or send a message with authentication code. On trigger, using
|
|
|
|
Device Administration API, it locks a device and optionally runs wipe.
|
2022-01-02 16:33:01 -07:00
|
|
|
|
2022-01-10 07:46:32 -07:00
|
|
|
Also you can:
|
|
|
|
* limit the maximum number of failed password attempts
|
2022-01-13 23:01:05 -07:00
|
|
|
* wipe a device when it was not unlocked for N days
|
2022-01-06 15:36:09 -07:00
|
|
|
|
2022-01-12 20:47:24 -07:00
|
|
|
The app works in Work Profile too. 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.
|
2022-01-06 15:36:09 -07:00
|
|
|
|
|
|
|
Only encrypted device may guarantee that the data will not be recoverable.
|
2022-01-25 02:07:51 -07:00
|
|
|
|
2022-02-07 23:02:49 -07:00
|
|
|
Permissions:
|
2022-02-09 15:59:22 -07:00
|
|
|
* DEVICE_ADMIN - lock and optionally wipe a device
|
|
|
|
* FOREGROUND_SERVICE - receive unlock events
|
2022-02-07 23:02:49 -07:00
|
|
|
* RECEIVE_BOOT_COMPLETED - persist wipe job across reboots
|
|
|
|
|
2022-01-25 02:07:51 -07:00
|
|
|
It is Free Open Source Software.
|
|
|
|
License: GPL-3
|