mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
Implement pop up add account menu (for Google Account).
This commit is contained in:
@@ -222,6 +222,10 @@ module.exports = function ControlServiceFactory(
|
||||
return sendTwoWay('account.remove')
|
||||
}
|
||||
|
||||
this.addAccountMenu = function() {
|
||||
return sendTwoWay('account.add')
|
||||
}
|
||||
|
||||
this.setRingerMode = function(mode) {
|
||||
return sendTwoWay('ringer.set', {
|
||||
mode: mode
|
||||
|
||||
Reference in New Issue
Block a user