Re: [android-developers] Question regarding Permissions

2013-06-20 Thread Yves Liu
Kris, thank you! On Thu, Jun 20, 2013 at 2:16 PM, Kristopher Micinski wrote: > It doesn't mean anything, some people develop elaborate plugin systems > for their apps so that you can have another app interface with your > app through RPC. However, this is by no means trivial, or at all > suppo

Re: [android-developers] Question regarding Permissions

2013-06-20 Thread Kristopher Micinski
It doesn't mean anything, some people develop elaborate plugin systems for their apps so that you can have another app interface with your app through RPC. However, this is by no means trivial, or at all supported by the Android SDK, so you have to roll your own everything. Dynamic security polic

Re: [android-developers] Question regarding Permissions

2013-06-20 Thread Yves Liu
Thanks Kristopher. Could you elaborate what "plug-in" means in this context? On Thu, Jun 20, 2013 at 1:19 PM, Kristopher Micinski wrote: > Not in the same app, permissions are an in app level, the best way > would be to make a separate app or a "plug in" to your original app. > > Kris > > On Th

Re: [android-developers] Question regarding Permissions

2013-06-20 Thread Kristopher Micinski
Not in the same app, permissions are an in app level, the best way would be to make a separate app or a "plug in" to your original app. Kris On Thu, Jun 20, 2013 at 3:34 PM, yves...@gmail.com wrote: > I am trying to add a new feature to my current play store app. The new > feature does require a