how to give write permission
to system/app
folder
i have rooted my android device
i want to download the app and install in system/app
folder
Process p = Runtime.getRuntime().exec( "su" );
i had tried this command it ask for user permission
and then it throws exception
system/app
is read only file system