i am able to read all external images though mediastore in Android, but i want to read all images of internal memory also.
Plz Help..!!
i am able to read all external images though mediastore in Android, but i want to read all images of internal memory also.
Plz Help..!!
The only images on internal memory that you can read are your own images, that you placed there yourself for your own app. Since you know where those are, you can read them in yourself (e.g., use Java file I/O to list files in a directory).