mirror of
https://github.com/samsonjs/media.git
synced 2026-04-22 14:05:55 +00:00
Make Raw Resource Scheme to be public, accessible from outside.
This commit is contained in:
parent
141f3aa836
commit
408bc08682
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ public final class RawResourceDataSource implements DataSource {
|
|||
return Uri.parse(RAW_RESOURCE_SCHEME + ":///" + rawResourceId);
|
||||
}
|
||||
|
||||
private static final String RAW_RESOURCE_SCHEME = "rawresource";
|
||||
public static final String RAW_RESOURCE_SCHEME = "rawresource";
|
||||
|
||||
private final Resources resources;
|
||||
private final TransferListener<? super RawResourceDataSource> listener;
|
||||
|
|
|
|||
Loading…
Reference in a new issue