Skip to content

Commit 306997e

Browse files
author
lucky
committed
Merge branch 'main' of https://github.com/x13a/Wasted
2 parents 8c9422d + f086d52 commit 306997e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

PRIVACY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Privacy Policy
22

3-
The app has nothing to store, but settings.
3+
The app Wasted (me.lucky.wasted) has nothing to store, but settings.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Lock a device and wipe its data on emergency.
2424
You can use [PanicKit](https://guardianproject.info/code/panickit/), tile, shortcut or send a
2525
message with a secret code. On trigger, using
2626
[Device Administration API](https://developer.android.com/guide/topics/admin/device-admin), it
27-
locks a device and optionally runs wipe (factory reset). Also it can send a broadcast message
27+
locks a device and optionally runs wipe (factory reset). Or it can send a broadcast message
2828
instead of the wipe.
2929

3030
Also you can:
@@ -39,6 +39,8 @@ The app works in `Work Profile` too, but with limitations. Use it to install ris
3939
For base security take a look at: [Sentry](https://github.com/x13a/Sentry).
4040
Only encrypted device may guarantee that the data will not be recoverable.
4141

42+
Be aware that the app does not work in _safe mode_.
43+
4244
## Broadcast
4345

4446
* action: `me.lucky.wasted.action.TRIGGER`

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
You can use PanicKit, tile, shortcut or send a message with a secret code. On trigger, using
2-
Device Administration API, it locks a device and optionally runs wipe (factory reset). Also it can
2+
Device Administration API, it locks a device and optionally runs wipe (factory reset). Or it can
33
send a broadcast message instead of the wipe.
44

55
Also you can:
@@ -14,6 +14,8 @@ Wasted in it. Then you can wipe this profile data with one click without wiping
1414
For base security take a look at: [Sentry](https://github.com/x13a/Sentry).
1515
Only encrypted device may guarantee that the data will not be recoverable.
1616

17+
Be aware that the app does not work in safe mode.
18+
1719
Broadcast:
1820
* action: me.lucky.wasted.action.TRIGGER
1921
* receiver: me.lucky.wasted/.TriggerReceiver

0 commit comments

Comments
 (0)