We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b620eb3 commit acf6f3cCopy full SHA for acf6f3c
README.md
@@ -2,7 +2,7 @@ This app allows you to change mock location from terminal using adb in order to
2
3
Usage:
4
```batch
5
-adb [-s <specific device>] shell am broadcast -a send.mockgi [-e lat<latitude>] [-e lon <longitude>]
+adb [-s <specific device>] shell am broadcast -a send.mock [-e lat<latitude>] [-e lon <longitude>]
6
[-e alt <altitude>] [-e accurate <accurate>]
7
```
8
@@ -13,4 +13,4 @@ adb shell am broadcast -a stop.mock
13
Example:
14
15
adb shell am broadcast -a send.mock -e lat 15.3 -e lon 99
16
-```
+```
0 commit comments