Hi, Norbi24
As far as I know nothing changed in more than a year. No idea how the changes you see are enforced.
But looking at the code I see we don't follow the best practices in
https://developer.android.com/traini...ntent-resolver
Mostly the part where it says: don't call Intent.createChooser(), which we're doing since the beginning:
https://github.com/koreader/android-...nsions.kt#L328
oops
Please open a bug in github so we can track the issue.