mirror of
https://github.com/appium/appium.git
synced 2026-01-25 03:38:52 -06:00
reset.sh now builds the apk. adbs unlockScreen method now invokes unlock.apk. added a new small, focused module called device_state to handle determining state of emulators/devices. currently has a "isScreenLocked" function. unlockScreen in adb.js now 1) checks if screen is locked or not first before doing anything and 2) uses unlock.apk to do the unlocking.