diff --git a/lib/units/device/resources/service.js b/lib/units/device/resources/service.js index f45b2308..068f7e63 100644 --- a/lib/units/device/resources/service.js +++ b/lib/units/device/resources/service.js @@ -17,7 +17,7 @@ module.exports = syrup.serial() pathutil.vendor('STFService/wire.proto')) var resource = { - requiredVersion: '2.4.12' + requiredVersion: '2.5.0' , pkg: 'jp.co.cyberagent.stf' , main: 'jp.co.cyberagent.stf.Agent' , apk: pathutil.vendor('STFService/STFService.apk') diff --git a/vendor/STFService/STFService.apk b/vendor/STFService/STFService.apk index fc3cd38a..87dc232f 100644 Binary files a/vendor/STFService/STFService.apk and b/vendor/STFService/STFService.apk differ diff --git a/vendor/STFService/wire.proto b/vendor/STFService/wire.proto index a0e12c72..e9802ce4 100644 --- a/vendor/STFService/wire.proto +++ b/vendor/STFService/wire.proto @@ -11,6 +11,7 @@ enum MessageType { DO_WAKE = 4; DO_ADD_ACCOUNT_MENU = 24; DO_REMOVE_ACCOUNT = 20; + DO_CLEAN_BLUETOOTH_BONDED_DEVICES = 32; GET_ACCOUNTS = 26; GET_BROWSERS = 5; GET_CLIPBOARD = 6; @@ -273,6 +274,12 @@ message GetBluetoothStatusResponse { required bool status = 2; } +message DoCleanBluetoothBondedDevicesRequest { +} +message DoCleanBluetoothBondedDevicesResponse { + required bool success = 1; +} + message GetSdStatusRequest { }