Implement pop up add account menu (for Google Account).

This commit is contained in:
Valverde Antonio
2014-07-02 18:37:39 +09:00
parent 9125816d07
commit d294906a65
8 changed files with 64 additions and 1 deletions

View File

@@ -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