@@ -91,6 +91,8 @@ public final class AssetUtil {
return getUriFromAsset(path);
} else if (path.startsWith("http")){
return getUriFromRemote(path);
+ } else if (path.startsWith("content://")){
+ return Uri.parse(path);
}
return Uri.EMPTY;
@@ -55,7 +55,6 @@ exports.applyPlatformSpecificOptions = function () {
defaults.group = null;
defaults.groupSummary = false;
defaults.summary = null;
- defaults.icon = null;
defaults.smallIcon = 'res://icon';
defaults.sticky = false;
defaults.autoClear = true;