I would like to be able to get the Linux UID (user ID) of an installed Android application.
Excerpt from Security and Permissions: \"At install time, Android gives e
Use PackageManager and getApplicationInfo().
PackageManager
getApplicationInfo()