How can I get a list of all videos and their path that can be found on an Android device where is my app installed?
EDIT: I am trying to make a simple video player, so the idea would be to display all the videos that can be found on the device and to play it on list item click. Only problem is that i don't know how to get that info about videos, so I would be very thankful if someone can help me.