Re: [android-developers] Custom Permission and installation order

2013-04-22 Thread Andrea Cardaci
Hi, could someone please sheds some light on this topic? Il giorno sabato 3 marzo 2012 20:28:00 UTC+1, Alexander Osmanov ha scritto: Hi Dianne, could you please comment which would be a correct way to handle this limitation then? If I want to protect a plugin to my application with a

Re: [android-developers] Custom Permission and installation order

2012-03-04 Thread Alexander Osmanov
Hi Dianne, could you please comment which would be a correct way to handle this limitation then? If I want to protect a plugin to my application with a custom permission, should I declare this permission in both apps? Thanks. On Wednesday, February 22, 2012 12:11:33 AM UTC+4, Dianne

[android-developers] Custom Permission and installation order

2012-02-21 Thread Kevin TeslaCoil Software
I'm trying to implement a custom permission to be used between two of my apps. In AppA I declare: uses-permission android:name=com.teslacoilsw.TEST_PERMISSION / And in AppB I declare: permission android:name=com.teslacoilsw.TEST_PERMISSION android:label=TeslaCoil Test

Re: [android-developers] Custom Permission and installation order

2012-02-21 Thread Dianne Hackborn
Sorry, no this is a current limitation of permissions, they need to be known at install time to be granted. On Tue, Feb 21, 2012 at 11:52 AM, Kevin TeslaCoil Software ke...@teslacoilsw.com wrote: I'm trying to implement a custom permission to be used between two of my apps. In AppA I