[android-developers] Re: which applications the user can install

2010-12-12 Thread Nitin Mahajan
In cryptography terms I want to achieve Confidentiality as well as Authenticity both with .apk installation. Please let me know if that is possible without, modifying android code. Is there a way to sign a application with multiple keys? One key which is developers private key and another which

Re: [android-developers] Re: which applications the user can install

2010-12-12 Thread Dianne Hackborn
A third party application can't impose less or more restriction than the platform's signing rules, which I believe are documented in the SDK documentation. You should not sign an app with multiple certs. Only use one. On Sun, Dec 12, 2010 at 8:49 PM, Nitin Mahajan np.maha...@gmail.com wrote: