mirror of
https://github.com/samsonjs/media.git
synced 2026-04-20 13:45:47 +00:00
Add FOREGROUND_SERVICE_MEDIA_PLAYBACK permission for test session app
Foreground service type `mediaPlayback` requires permission `android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK`. The `MockMediaSessionService`, `LocalMockMediaSessionService`, `MockMediaLibraryService` and `LocalMockMediaLibraryService` declared in the manifest are in the `mediaPlayback` type. PiperOrigin-RevId: 639013810
This commit is contained in:
parent
d3fa33250b
commit
9916428728
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
<uses-sdk/>
|
||||
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
|
||||
|
||||
<queries>
|
||||
<package android:name="androidx.media3.test.session.test" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue