owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.85k stars 3.06k forks source link

[FIX] Audio player does not work #4479

Closed JuancaG05 closed 1 month ago

JuancaG05 commented 1 month ago

Related Issues

App: https://github.com/owncloud/android/issues/4474


QA

JuancaG05 commented 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.

jesmrec commented 1 month ago

QA checks

jesmrec commented 1 month ago

Approved on my side