update README.md

This commit is contained in:
lucky 2022-01-05 05:16:30 +03:00
parent 14ad235f55
commit 2c3fd0546b
1 changed files with 13 additions and 9 deletions

View File

@ -2,19 +2,23 @@
Lock device and wipe data on panic trigger. Lock device and wipe data on panic trigger.
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" [<img
src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid" alt="Get it on F-Droid"
height="80">](https://f-droid.org/packages/me.lucky.wasted/) height="80">](https://f-droid.org/packages/me.lucky.wasted/)
<img src="https://user-images.githubusercontent.com/53379023/147894297-8956fa20-72f2-4bd7-a8b5-39677e052e59.png" width="30%" height="30%"> <img
src="https://user-images.githubusercontent.com/53379023/147894297-8956fa20-72f2-4bd7-a8b5-39677e052e59.png"
width="30%"
height="30%">
You can use [PanicKit](https://guardianproject.info/code/panickit/), tile, shortcut or send You can use [PanicKit](https://guardianproject.info/code/panickit/), tile, shortcut or send
broadcast message with authentication code. On trigger, using broadcast message with authentication code. On trigger, using
[Device Administration API](https://developer.android.com/guide/topics/admin/device-admin), it [Device Administration API](https://developer.android.com/guide/topics/admin/device-admin), it
locks device and optionally runs wipe. locks device and optionally runs wipe.
Also you can limit the maximum number of failed password attempts. After the limit exceeded Also you can limit the maximum number of failed password attempts. After the limit exceeded device
device will be wiped. will be wiped.
## Example ## Example
@ -27,9 +31,9 @@ $ adb shell am broadcast \
``` ```
## License ## License
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl-3.0.en.html) [![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)
This application is Free Software: You can use, study share and improve it at your This application is Free Software: You can use, study share and improve it at your will.
will. Specifically you can redistribute and/or modify it under the terms of the Specifically you can redistribute and/or modify it under the terms of the
[GNU General Public License v3](https://www.gnu.org/licenses/gpl.html) as [GNU General Public License v3](https://www.gnu.org/licenses/gpl.html) as published by the Free
published by the Free Software Foundation. Software Foundation.