- Code: Select all
Process p = Runtime.getRuntime().exec("su");
That's all well and fine, but what now? How do I actually USE that "p" object to do what I need to do? For example what if I want to edit a database that another app created? Can anyone help?
Thanks.


