diff --git a/README.md b/README.md index ed52a03..3847ae5 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,26 @@ Wipe data on panic trigger. - - -The app will listen for broadcast message with authentication code. - [Get it on F-Droid](https://f-droid.org/packages/me.lucky.wasted/) + + +The app will listen for broadcast message with authentication code. On receive, using +[Device Administration API](https://developer.android.com/guide/topics/admin/device-admin), it +locks device and runs wipe. + +## Example + +Broadcast message: +```sh +$ adb shell am broadcast \ + -a me.lucky.wasted.action.ESCAPE \ + -n me.lucky.wasted/.ControlReceiver \ + -e code "b49a6576-0c27-4f03-b96b-da53501022ba" +``` + ## License [![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl-3.0.en.html)