androidctrl
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -247,3 +247,3 @@ 'use strict'; | ||
unlock: function(emulatorId) { | ||
verbose('unlock(' + emulatorId + ')'); | ||
verbose('unlock(', emulatorId, ')'); | ||
return this.inputKeyEvent(emulatorId, '82'); | ||
@@ -250,0 +250,0 @@ }, |
@@ -8,2 +8,3 @@ 'use strict'; | ||
.then(function(device) { | ||
console.log(device.id); | ||
return device.id; | ||
@@ -10,0 +11,0 @@ }) |
{ | ||
"name": "androidctrl", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Node module for managing and controlling the Android Emulator", | ||
@@ -5,0 +5,0 @@ "main": "android.js", |
40832
997