From 2c3fd0546b3bfca2f85692711ca612f21b263ea7 Mon Sep 17 00:00:00 2001 From: lucky <> Date: Wed, 5 Jan 2022 05:16:30 +0300 Subject: [PATCH] update README.md --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 21b7990..e996c8e 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,23 @@ Lock device and wipe data on panic trigger. -[Get it on F-Droid](https://f-droid.org/packages/me.lucky.wasted/) - + You can use [PanicKit](https://guardianproject.info/code/panickit/), tile, shortcut or send broadcast message with authentication code. On trigger, using [Device Administration API](https://developer.android.com/guide/topics/admin/device-admin), 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. +Also you can limit the maximum number of failed password attempts. After the limit exceeded device +will be wiped. ## Example @@ -27,9 +31,9 @@ $ adb shell am broadcast \ ``` ## 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 -will. 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 -published by the Free Software Foundation. +This application is Free Software: You can use, study share and improve it at your will. +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 published by the Free +Software Foundation.