Android : how to set permission chmod 777 programatically in android?

on Thursday, September 25, 2014


I want to change the permission programatically in android of the folder /data/system/dropbox so, I have tried it by using Process pr = Runtime.getRuntime().exec("su chmod 777 /data/system/dropbox"); but it is throwing permission denied exception(FileNotFoundException)


0 comments:

Post a Comment