What about getPackageManager().getPackageInfo("your.package.name",
GET_SIGNATURES) ?- dave On Oct 21, 6:52 am, RichardC <[email protected]> wrote: > I hope we have no chance at getting the private key. It should never > leave the developer's computer. > > I have had a look for access to the public key which must be in the > APK (so the the signature(s) can be checked) but I can't find any way > to access it. > > -- > RichardC > > On Oct 21, 11:21 am, ColletJb <[email protected]> wrote: > > > up ? > > > On 20 oct, 15:37, ColletJb <[email protected]> wrote: > > > > Hi everyone, > > > > I'm currently working on an application which need security features. > > > > My question is simple, if every application is signed by its > > > developper, how can I access application public key ? (and private :p) > > > > Thanks for your help ;) > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

