how to provide permission entry in the system/app folder I strengthened my Android device I want to download the application and install it in the system/app folder
Process p = Runtime.getRuntime().exec( "su" );
I tried this command, asking user permission , and then it throws an exception system/app is a read-only file system
source share