wallabag / android-app

Android application to read your articles saved in your wallabag. You can also easily add new articles.
https://www.wallabag.org
GNU General Public License v3.0
462 stars 260 forks source link

Add FOREGROUND_SERVICE permission to allow TTS service to stop crashing #1392

Closed geekygirlsarah closed 3 months ago

geekygirlsarah commented 3 months ago

Fixes #1391

This adds the android.permission.FOREGROUND_SERVICE required for Android 14 (and maybe lower) to prevent security crashes from happening when Text to Speech is started.

I'm happy to make tweaks if needed!