File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 10
10
information if desired (possibly using
11
11
` Logger.appendThrowableString(String, Throwable) ` ).
12
12
* 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 ) ).
13
16
* Transformer:
14
17
* Parse EXIF rotation data for image inputs.
15
18
* Track Selection:
Original file line number Diff line number Diff line change 52
52
</intent-filter >
53
53
<intent-filter >
54
54
<action android : name =" android.intent.action.VIEW" />
55
+ <action android : name =" androidx.media3.demo.main.action.BROWSE" />
55
56
<category android : name =" android.intent.category.DEFAULT" />
56
57
<category android : name =" android.intent.category.BROWSABLE" />
57
58
<data android : scheme =" http" />
You can’t perform that action at this time.
0 commit comments