koreader / android-luajit-launcher

Android NativeActivity based launcher for LuaJIT, implementing the main loop within Lua land via FFI
MIT License
131 stars 84 forks source link

quick fix for Android11 #317

Closed pazos closed 3 years ago

pazos commented 3 years ago

I found it while playing with https://github.com/koreader/koreader/issues/7837. intent was missing after some refactor and the app just borked in Android11+.

On the bright side now we redirect users to the specific settings for KOReader instead of the full list of app that declare MANAGE_EXTERNAL_STORAGE permission.

Merging soon, before the actual bug hits a nightly.


This change is Reviewable