diff --git a/CHANGELOG.md b/CHANGELOG.md index 32e5cfd5..39155c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Enhancements - The OAuth2 unit now supports state tokens. Thanks @quangola! +- [STFService.apk](https://github.com/openstf/STFService.apk) can now display the identity activity (red screen) automatically if a device gets disconnected from USB (or ADB), which can make maintenance easier. This feature is in beta, please enable it by running `adb shell pm grant jp.co.cyberagent.stf android.permission.DUMP` on the devices you want to try it on. Thanks @Malinskiy! ## 3.3.1 (2018-07-14) diff --git a/lib/units/device/resources/service.js b/lib/units/device/resources/service.js index d4d91920..17eaaae9 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.2.0' + requiredVersion: '2.3.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 441204dc..0ca4ee05 100644 Binary files a/vendor/STFService/STFService.apk and b/vendor/STFService/STFService.apk differ