From 8c95d895b4bed72b243f71699e38f3e12e03c653 Mon Sep 17 00:00:00 2001 From: Alessandro Ferro <49845537+xfarrow@users.noreply.github.com> Date: Sat, 1 Oct 2022 11:51:31 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53b0a58..1d05e41 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Send an SMS to the device you want to locate in order to retrieve information ab **Options** Option | Explaination | Required permission -------|:------------|--------------------| -locate | Will return the most accurate set of coordinates possible
and a link to them pinpointed to OpenStreetMap | Location -cellinfo | Will return a set of uniquely identifiable information about cell towers near the phone.
You can then put this information on [OpenCellId][1] to individuate the smartphone's
approximate location. | Location +locate | Will return the most accurate set of coordinates possible and a link to them pinpointed to OpenStreetMap | Location +cellinfo | Will return a set of uniquely identifiable information about cell towers near the phone. You can then put this information on [OpenCellId][1] to individuate the smartphone's approximate location | Location battery | Will return battery infos | None | lock | Will lock down the smartphone | Device Administrator | callme | You will receive a call from the lost smartphone | Calls, Overlay | -wifi | Will return Wi-Fi infos. Requires enabled location | Location | +wifi | Will return Wi-Fi infos | Location | wifi-enable | Will enable Wi-Fi (Only API < 29) | None | wifi-disable | Will disable Wi-Fi (Only API < 29) | None |