Skip to content

Commit 71dca1e

Browse files
committed
we need FGS_MEDIA_PLAYBACK permission too (to fix vitaloid build)
1 parent 78a2aa3 commit 71dca1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

projuce-app-template/AndroidManifest-plugin-midi-enabled.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
android:versionName="1.0">
55
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
66
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
7+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"/>
78
<application
89
android:allowBackup="true" android:label="@string/app_name"
910
android:supportsRtl="true" android:name="com.rmsl.juce.JuceApp"

projuce-app-template/AndroidManifest-plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
android:versionName="1.0">
55
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
66
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
7+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"/>
78
<application
89
android:allowBackup="true" android:label="@string/app_name"
910
android:supportsRtl="true" android:name="com.rmsl.juce.JuceApp"

0 commit comments

Comments
 (0)