1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Implement get SD card status (if it's mounted or not).

This commit is contained in:
Valverde Antonio 2014-07-23 14:03:32 +09:00
parent 2c5a2de17c
commit dab1ab9bd9
9 changed files with 77 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.15'
requiredVersion: '0.7.16'
, pkg: 'jp.co.cyberagent.stf'
, main: 'jp.co.cyberagent.stf.Agent'
, apk: pathutil.vendor('STFService/STFService.apk')