stf v3.4.0 Release Notes

Release Date: 2018-08-08 // over 5 years ago
  • 3.4.0 (2018-08-09)

    โœจ Enhancements

    • ๐Ÿ‘ Android 9.0 is now supported. This feature was sponsored by HeadSpin.
    • ๐Ÿ‘ The OAuth2 unit now supports state tokens. Thanks @quangola!
    • ๐Ÿšง 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!

    ๐Ÿ›  Fixes

    • ๐Ÿ‘‰ Use ps -lef instead of ps to list pids on Android 8.x. In new versions, ps doesn't return anything. Thanks @thinkhy!