mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Mark test_session_current support app as MultiDexApplication
PiperOrigin-RevId: 570015354
This commit is contained in:
parent
52d9fbff73
commit
e9bf41ca04
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