File("content://com.android.providers.media.documents/document/audio%3A47609").isFile = false
Поясните, я нипонимаю.
isFile
Added in API level 1
public boolean isFile ()
Tests whether the file denoted by this abstract pathname is a normal file. A file is normal if it is not a directory and, in addition, satisfies other system-dependent criteria. Any non-directory file created by a Java application is guaranteed to be a normal file.
Where it is required to distinguish an I/O exception from the case that the file is not a normal file, or where several attributes of the same file are required at the same time, then the Files.readAttributes method may be used.