Skip to content

Commit

Permalink
Mention Android 9 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Aug 8, 2018
1 parent 693a53b commit 9fabd2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Enhancements

- Android 9.0 is now supported.
- 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!

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Please [contact us][contact-link] for sponsor arrangements. Both recurring and o

* OS support
- Android
* Supports versions 2.3.3 (SDK level 10) to 8.1 (SDK level 27)
* Supports versions 2.3.3 (SDK level 10) to 9.0 (SDK level 28)
* Supports Wear 5.1 (but not 5.0 due to missing permissions)
* Supports Fire OS, CyanogenMod, and other heavily Android based distributions
* `root` is **not** required for any current functionality
Expand Down

0 comments on commit 9fabd2a

Please sign in to comment.