io.appium.settings icon indicating copy to clipboard operation
io.appium.settings copied to clipboard

Please add GPS accuracy support

Open kemeril opened this issue 2 years ago • 1 comments

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

kemeril avatar May 11 '23 13:05 kemeril

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

mykola-mokhnach avatar May 11 '23 14:05 mykola-mokhnach