jorjap
jorjap

Reputation: 358

Android root permissions

Is there a way to get root permissions to an Android app?

If an app is signed with certificates from Google or from the device Producer can it have root permissions?

If so, how can I do this?

Upvotes: 1

Views: 4848

Answers (1)

Brent Hacker
Brent Hacker

Reputation: 394

I'm pretty sure if an application calls for root permissions in the end it's the OS on the device it needs to receive it from. So the user would need a rooted device with superuser installed. That's just part of the Android OS on the non rooted devices they are locked down to prevent possibly malicious code from running.

Upvotes: 1

Related Questions