io.appium.settings
io.appium.settings copied to clipboard
Please add GPS accuracy support
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
Thanks for the feature proposal @kemeril You could also create a PR if you have time