Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
96274bfd
authored
Jun 07, 2022
by
olly
Committed by
Marc Baechinger
Jun 09, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix handling of content URIs by demo apps
PiperOrigin-RevId: 453510883
parent
a2a45043
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
demos/main/src/main/AndroidManifest.xml
demos/surface/src/main/AndroidManifest.xml
demos/transformer/src/main/AndroidManifest.xml
demos/main/src/main/AndroidManifest.xml
View file @
96274bfd
...
@@ -79,6 +79,12 @@
...
@@ -79,6 +79,12 @@
<data
android:scheme=
"ssai"
/>
<data
android:scheme=
"ssai"
/>
</intent-filter>
</intent-filter>
<intent-filter>
<intent-filter>
<action
android:name=
"androidx.media3.demo.main.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:scheme=
"content"
/>
<data
android:mimeType=
"*/*"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"androidx.media3.demo.main.action.VIEW_LIST"
/>
<action
android:name=
"androidx.media3.demo.main.action.VIEW_LIST"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
</intent-filter>
</intent-filter>
...
...
demos/surface/src/main/AndroidManifest.xml
View file @
96274bfd
...
@@ -43,6 +43,12 @@
...
@@ -43,6 +43,12 @@
<data
android:scheme=
"asset"
/>
<data
android:scheme=
"asset"
/>
<data
android:scheme=
"file"
/>
<data
android:scheme=
"file"
/>
</intent-filter>
</intent-filter>
<intent-filter>
<action
android:name=
"androidx.media3.demo.surface.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:scheme=
"content"
/>
<data
android:mimeType=
"*/*"
/>
</intent-filter>
</activity>
</activity>
</application>
</application>
...
...
demos/transformer/src/main/AndroidManifest.xml
View file @
96274bfd
...
@@ -49,6 +49,12 @@
...
@@ -49,6 +49,12 @@
<data
android:scheme=
"asset"
/>
<data
android:scheme=
"asset"
/>
<data
android:scheme=
"file"
/>
<data
android:scheme=
"file"
/>
</intent-filter>
</intent-filter>
<intent-filter>
<action
android:name=
"androidx.media3.demo.transformer.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:scheme=
"content"
/>
<data
android:mimeType=
"*/*"
/>
</intent-filter>
</activity>
</activity>
<activity
android:name=
".TransformerActivity"
<activity
android:name=
".TransformerActivity"
android:configChanges=
"keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize|uiMode"
android:configChanges=
"keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize|uiMode"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment