Make Raw Resource Scheme to be public, accessible from outside.

This commit is contained in:
eneim 2018-01-18 09:32:46 +09:00
parent 141f3aa836
commit 408bc08682

View file

@ -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;