v3.4.0


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!