We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed in on mobile , but don't see any app is install.
I tried both the commands below but noting happens.
adb shell am broadcast -a stop.mock
adb shell am broadcast -a send.mock -e lat 15.3 -e lon 99
for both commands i get same output as - Broadcasting: Intent { act=send.mock (has extras) } Broadcast completed: result=0
I am checking google maps / any other app showing my current location. it still shows my real location
I am using real device with Android 7 (N)
The text was updated successfully, but these errors were encountered:
Weird, you should see the application installed. Let me check this on android 7 and come back to you
Sorry, something went wrong.
Yes it is, I can uninstall using "adb uninstall"
No branches or pull requests
I installed in on mobile , but don't see any app is install.
I tried both the commands below but noting happens.
adb shell am broadcast -a stop.mock
adb shell am broadcast -a send.mock -e lat 15.3 -e lon 99
for both commands i get same output as -
Broadcasting: Intent { act=send.mock (has extras) }
Broadcast completed: result=0
I am checking google maps / any other app showing my current location. it still shows my real location
I am using real device with Android 7 (N)
The text was updated successfully, but these errors were encountered: