Na de upgrade naar Android 4.4.2 staat er opeens de app Superuser op mijn telefoon. Hoe kan dit? Kan dit op Google niet vinden.. Wat is het eigenlijk? Helpppppp
Weet je al meer? Ik vond dit: Superuser is an Android application (.apk is an Android application package). It works as a sort of "gatekeeper" to the su binary. Applications which attempt to invoke su will be forced to route through Superuser, which will then prompt the user if it is an unknown or new application. The user then has the option of approving or denying the access to su and optionally having Superuser remember their decision so it can automatically apply it for subsequent calls by that app. By doing this, the only apps which are granted root permissions are ones that the user chooses. The source of both applications is available on Github, and can be examined/audited by anyone who wishes to look at it (Superuser here, su here). You can find further details - as well as changelogs - on Superuser's website.