Closed yakaska closed 3 years ago
@android-school-valentin the return type is not wrong, the word String in the name of the method should tell you it returns a URI but in the form of a String, to get a URI from this method you should do as below
Uri audioUri = Uri.parse(audioContent.getAssetFileStringUri);
audioContent..getAssetFileStringUri() should return uri not a String