Skip to content
New issue

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

Please add GPS accuracy support #111

Open
kemeril opened this issue May 11, 2023 · 1 comment
Open

Please add GPS accuracy support #111

kemeril opened this issue May 11, 2023 · 1 comment

Comments

@kemeril
Copy link

kemeril commented May 11, 2023

The command below shall be extended by GPS accuracy but as optional argument

Current command:
adb shell am start-foreground-service --user 0 -n io.appium.settings/.LocationService --es longitude {Longitude} --es latitude {Latitude} --es speed {Speed} --ez forceUpdate true

Suggested command:
adb shell am start-foreground-service --user 0 -n io.appium.settings/.LocationService --es longitude {Longitude} --es latitude {Latitude} --es accuracy {Accuracy} --es speed {Speed} --ez forceUpdate true

@mykola-mokhnach
Copy link
Contributor

Thanks for the feature proposal @kemeril
You could also create a PR if you have time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants