Wasted/fastlane/metadata/android/en-US/full_description.txt

28 lines
1.1 KiB
Plaintext
Raw Normal View History

Lock a device and wipe its data on emergency.
2021-12-17 16:26:43 -07:00
2022-07-06 18:15:25 -06:00
You can use PanicKit, tile, shortcut or send a message with a secret code. On trigger, using
2022-01-22 07:38:44 -07:00
Device Administration API, it locks a device and optionally runs wipe.
2022-01-10 07:46:32 -07:00
Also you can:
2022-07-09 00:29:05 -06:00
* fire when a device was not unlocked for X time
2022-07-06 18:15:25 -06:00
* fire when a USB data connection is made while a device is locked
* fire when a duress password is entered (companion app: [Duress](https://github.com/x13a/Duress))
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-07-09 00:29:05 -06:00
Broadcast:
* action: me.lucky.wasted.action.TRIGGER
* receiver: me.lucky.wasted/.TriggerReceiver
* also you have to send a secret code from Wasted with the key: code
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
2022-07-06 18:15:25 -06:00
* FOREGROUND_SERVICE - receive lock and USB state events
* RECEIVE_BOOT_COMPLETED - persist lock job and foreground service across reboots
2022-02-07 23:02:49 -07:00
2022-01-25 02:07:51 -07:00
It is Free Open Source Software.
License: GPL-3