Getting Media Title From A File
I used import java.io.File; to import all music files from my sdcard, Now i want the Title's of the files using Mediastore but how do I do that? This is the code I Use now. public
Solution 1:
I have done that for Video files using MediaStore : Class Overview - The Media provider contains meta data for all available media on both internal and external storage devices.
You can refer these two example to understand the use of MediaStore List Video and List Audio
Post a Comment for "Getting Media Title From A File"