From 7b6662650b207506efc72f8ba0b38592ea307614 Mon Sep 17 00:00:00 2001 From: Juan Carlos Garrote Date: Tue, 24 Sep 2024 14:21:43 +0200 Subject: [PATCH] chore: added calens file --- changelog/unreleased/4479 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/4479 diff --git a/changelog/unreleased/4479 b/changelog/unreleased/4479 new file mode 100644 index 00000000000..978b60bb827 --- /dev/null +++ b/changelog/unreleased/4479 @@ -0,0 +1,7 @@ +Bugfix: Audio player does not work + +Audio player in Android 14+ devices wasn't working, so some proper permissions have been added +in Manifest so that media can be played correctly in the foreground and background in all versions. + +https://github.com/owncloud/android/issues/4474 +https://github.com/owncloud/android/pull/4479