Add command for opening Play Store.

This commit is contained in:
Simo Kinnunen
2014-05-01 21:23:46 +09:00
parent 13e3fe6624
commit c80a0eec47
5 changed files with 61 additions and 0 deletions

View File

@@ -211,6 +211,12 @@ module.exports = function ControlServiceFactory(
browser: browser.id
})
}
this.openStore = function() {
return sendTwoWay('store.open')
}
window.cc = this
}
controlService.create = function(target, channel) {