Closed JuancaG05 closed 1 month ago
From Android 14 on, foreground services need to be declared explicitly on the Manifest file (https://developer.android.com/about/versions/14/changes/fgs-types-required). We weren't doing it for the media player service, and audio player wasn't working in Android 14+ devices, so we added the proper permissions to fix it.
QA checks
Approved on my side
Related Issues
App: https://github.com/owncloud/android/issues/4474
ReleaseNotesViewModel.kt
creating a newReleaseNote()
with String resources (if required)QA