-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Fix toggle_location_services not working on android 9.0 devices #594
Conversation
@gillett-hernandez Is there any chance to finish the PR? |
refactor to use constants instead of magic numbers
@mykola-mokhnach i gave it a shot but i'm a bit rusty on my javascript. let me know if what i wrote as a refactor is not the right way to do it. |
tweak refactor to use consts instead of normal variables
remove unnecessary comments
@mykola-mokhnach updated. CI is running now. if it looks good to you, i'd love for it to be merged. |
https://travis-ci.org/appium/appium-android-driver/jobs/634469166#L3293 Please add the missing semicolon to make tests pass |
unfortunately i haven't been able to test this end to end
i did test by manually inputting the adb keycode sequence and it toggled the location
this potentially fixes appium/appium#13755