I am trying to write a piece of code to get the Android developer identity information (e.g. developer id, public key, etc.)
Does anyone know how can I do this? Presumably, the package information of all apps are held in Package Manager. Is there any API calls available to contact PM and get developer related information?
To understand more about Android signing process, how/when does Android system verify the identity of app developer by verifying the certificate signed by developer? Where is the public key to the certificate held on Android framework? Is there other developer identity related information stored along with the public key? For instance, any developer identity related information in an app's manifest file?
Thanks a lot for any inputs.