[android-developers] Re: get Certificates from Package

2009-05-13 Thread friedger
I would assume that the signature is valid, if not the package would not be installed. So a hacked Android version could break this assumption. But then the API to access the public key or even the package file could be hacked as well Friedger On Mar 25, 12:11 pm, Lutz Schönemann

[android-developers] Re: get Certificates from Package

2009-03-25 Thread Lutz Schönemann
Well there is a PackageParser class inside the core which reads the Certificates. But there seems to be no interface to get them via the standard API. Do I have to let my app parse the package it self? Am 23.03.2009 um 18:09 schrieb Lutz Schönemann: Hi, I'm looking for a way to get the