Commit 408bc086 by eneim

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

parent 141f3aa8
...@@ -58,7 +58,7 @@ public final class RawResourceDataSource implements DataSource { ...@@ -58,7 +58,7 @@ public final class RawResourceDataSource implements DataSource {
return Uri.parse(RAW_RESOURCE_SCHEME + ":///" + rawResourceId); 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 Resources resources;
private final TransferListener<? super RawResourceDataSource> listener; private final TransferListener<? super RawResourceDataSource> listener;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment