mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Implement automated login (Google Account).
This commit is contained in:
@@ -223,7 +223,14 @@ module.exports = function ControlServiceFactory(
|
||||
}
|
||||
|
||||
this.addAccountMenu = function() {
|
||||
return sendTwoWay('account.add')
|
||||
return sendTwoWay('account.addmenu')
|
||||
}
|
||||
|
||||
this.addAccount = function(user, password) {
|
||||
return sendTwoWay('account.add', {
|
||||
user: user
|
||||
, password: password
|
||||
})
|
||||
}
|
||||
|
||||
this.setRingerMode = function(mode) {
|
||||
|
||||
Reference in New Issue
Block a user