mirror of
https://github.com/samsonjs/media.git
synced 2026-04-18 13:25:47 +00:00
Mark test_session_current support app as MultiDexApplication
PiperOrigin-RevId: 570015354
(cherry picked from commit e9bf41ca04)
This commit is contained in:
parent
4acce9bcae
commit
1c7b426ccb
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,9 @@
|
|||
<package android:name="androidx.media3.test.session.test" />
|
||||
</queries>
|
||||
|
||||
<application android:allowBackup="false">
|
||||
<application
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
android:allowBackup="false">
|
||||
<activity android:name="androidx.media3.test.session.common.SurfaceActivity"
|
||||
android:exported="false" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue