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

@@ -15,7 +15,7 @@ module.exports = syrup.serial()
var log = logger.createLogger('device:resources:service')
var resource = {
requiredVersion: '0.7.12'
requiredVersion: '0.7.13'
, pkg: 'jp.co.cyberagent.stf'
, main: 'jp.co.cyberagent.stf.Agent'
, apk: pathutil.vendor('STFService/STFService.apk')