SyntaxFix
Write A Post
Hire A Developer
Questions
String uri_path = "file:///mnt/sdcard/FileName.mp3"; File f = new removeUriFromPath(uri_path)); public static String removeUriFromPath(String uri) { return uri.substring(7, uri.length()); }