mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Merge pull request #439 from kaidokert:pick_workaround
PiperOrigin-RevId: 538209925
(cherry picked from commit 886717e3fe)
This commit is contained in:
parent
f1d285ed6f
commit
9db3769fac
2 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
|||
information if desired (possibly using
|
||||
`Logger.appendThrowableString(String, Throwable)`).
|
||||
* ExoPlayer:
|
||||
* Add additional action to manifest of main demo for making it easier to
|
||||
start the demo app with a custom `*.exolist.json` file
|
||||
([#439](https://github.com/androidx/media/pull/439)).
|
||||
* Transformer:
|
||||
* Parse EXIF rotation data for image inputs.
|
||||
* Track Selection:
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<action android:name="androidx.media3.demo.main.action.BROWSE"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
<data android:scheme="http"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue