Hi,
I have a C program which I can run my rooted Android phone. However, in order to work correctly, the program must be run as superuser.
I now wish to call a method from this program using the Android NDK interface. What must I do to have the native code run as superuser?