android / ndk-samples

Android NDK samples with Android Studio
http://developer.android.com/ndk
Apache License 2.0
9.97k stars 4.15k forks source link

Move sensor handling to a callback. #1004

Closed DanAlbert closed 2 months ago

DanAlbert commented 2 months ago

The apparent change in minSdkVersion here isn't actually changing much. The NDK hasn't supported ICS in a long time, and 21 is the minimum for modern NDKs (though I think this sample is still using an NDK that supports 19, it won't soon). The raise is needed for android_set_abort_message.