I am playing videos locally from sd card in listview in an android app. Now i want to hide those videos from user so that he can only play those videos but should not locate those videos to copy from sd card. Is there any way to hide videos on sd card?
You cannot prevent access to files on external storage.
You can encrypt those videos so that only you can decrypt & play them.