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
408bc086
authored
Jan 18, 2018
by
eneim
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Make Raw Resource Scheme to be public, accessible from outside.
parent
141f3aa8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/core/src/main/java/com/google/android/exoplayer2/upstream/RawResourceDataSource.java
library/core/src/main/java/com/google/android/exoplayer2/upstream/RawResourceDataSource.java
View file @
408bc086
...
...
@@ -58,7 +58,7 @@ public final class RawResourceDataSource implements DataSource {
return
Uri
.
parse
(
RAW_RESOURCE_SCHEME
+
":///"
+
rawResourceId
);
}
p
rivate
static
final
String
RAW_RESOURCE_SCHEME
=
"rawresource"
;
p
ublic
static
final
String
RAW_RESOURCE_SCHEME
=
"rawresource"
;
private
final
Resources
resources
;
private
final
TransferListener
<?
super
RawResourceDataSource
>
listener
;
...
...
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