0
score
1.7K
views
no
status
CC BY-SA 3.0
Can i programmatically rename a file on removable sd card
Your problem is that in the context of a shell, the path returned from Environment.getExternalStorageDirectory() will throw an error that the file or directory does not exist. You need to change all file paths which you...