We want to run our application with root privileges on a rooted device.
We have following queries.
How to properly get root permissions whenever our app runs?
To run an app as system application, it needs to be signed with platform certificate.
a) How can we get this certificate from vendor?
b) How to skip certificate verification?
c) How to generate a certificate which can match platform certificate of any device?