1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Disable auto-unlocking until it actually works properly.

This commit is contained in:
Simo Kinnunen 2014-11-10 16:52:01 +09:00
parent 2ed8a5884f
commit c6d0c9b86f

View file

@ -100,13 +100,11 @@ module.exports = syrup.serial()
plugin.on('join', function() {
service.wake()
service.acquireWakeLock()
service.unlock()
})
plugin.on('leave', function() {
service.pressKey('home')
service.releaseWakeLock()
service.lock()
})
router