Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 72dd31f

Browse files
committed
[demo]fix: crash on android 15
1 parent 648460d commit 72dd31f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.idea/gradle.xml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
package="snow.music">
55

66
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
7+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"/>
78
<uses-permission android:name="android.permission.WAKE_LOCK" />
89
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
910
<uses-permission

0 commit comments

Comments
 (0)