philburk / android-midisuite

Android MIDI test programs and examples.
Apache License 2.0
153 stars 53 forks source link

Bump to SDK 33, fix MIDI+BTLE #78

Closed philburk closed 1 year ago

philburk commented 1 year ago

MIDI+BTLE needed new permissions. I used a technique that allows asking for multiple permissions at one time.

Fixes #77