Skip to content

Commit

Permalink
Update STF service APK to 2.5.0 (DeviceFarmer#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored and michal-murin committed Feb 5, 2025
1 parent b948623 commit 1b6d00b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/units/device/resources/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
Binary file modified vendor/STFService/STFService.apk
Binary file not shown.
7 changes: 7 additions & 0 deletions vendor/STFService/wire.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -273,6 +274,12 @@ message GetBluetoothStatusResponse {
required bool status = 2;
}

message DoCleanBluetoothBondedDevicesRequest {
}
message DoCleanBluetoothBondedDevicesResponse {
required bool success = 1;
}

message GetSdStatusRequest {
}

Expand Down

0 comments on commit 1b6d00b

Please sign in to comment.