Skip to content

Commit

Permalink
Merge pull request #439 from kaidokert:pick_workaround
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 538209925
  • Loading branch information
tof-tof committed Jun 6, 2023
2 parents 7e14811 + 385c149 commit 886717e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions demos/main/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 886717e

Please sign in to comment.