Skip to content

Commit 886717e

Browse files
committed
Merge pull request #439 from kaidokert:pick_workaround
PiperOrigin-RevId: 538209925
2 parents 7e14811 + 385c149 commit 886717e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
information if desired (possibly using
1111
`Logger.appendThrowableString(String, Throwable)`).
1212
* ExoPlayer:
13+
* Add additional action to manifest of main demo for making it easier to
14+
start the demo app with a custom `*.exolist.json` file
15+
([#439](https://github.com/androidx/media/pull/439)).
1316
* Transformer:
1417
* Parse EXIF rotation data for image inputs.
1518
* Track Selection:

‎demos/main/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
</intent-filter>
5353
<intent-filter>
5454
<action android:name="android.intent.action.VIEW"/>
55+
<action android:name="androidx.media3.demo.main.action.BROWSE"/>
5556
<category android:name="android.intent.category.DEFAULT"/>
5657
<category android:name="android.intent.category.BROWSABLE"/>
5758
<data android:scheme="http"/>

0 commit comments

Comments
 (0)