Merge pull request #439 from kaidokert:pick_workaround

PiperOrigin-RevId: 538209925
This commit is contained in:
Tofunmi Adigun-Hameed 2023-06-06 18:15:04 +00:00
commit 886717e3fe
2 changed files with 4 additions and 0 deletions

View File

@ -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:

View File

@ -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"/>