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 policies in Android suck. Kris On Thu, Jun 20, 2013 at 4:27 PM, Yves Liu <[email protected]> wrote: > Thanks Kristopher. Could you elaborate what "plug-in" means in this context? > > > On Thu, Jun 20, 2013 at 1:19 PM, Kristopher Micinski > <[email protected]> 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 Thu, Jun 20, 2013 at 3:34 PM, [email protected] <[email protected]> >> wrote: >> > I am trying to add a new feature to my current play store app. The new >> > feature does require a new permission. Since not all my customer would >> > want >> > this new feature, so, I don't want to add this new permission to the >> > apk. >> > Will that be possible to develop an add-on feature (for example, for >> > people >> > who click the acquire button, the download will happen) which is free >> > and >> > this new add-on feature will require this new permission. >> > >> > If there is a way to do this, any pointers or examples? >> > >> > Thanks >> > >> > -- >> > -- >> > 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 >> > --- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Android Developers" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an >> > email to [email protected]. >> > For more options, visit https://groups.google.com/groups/opt_out. >> > >> > >> >> -- >> -- >> 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 >> --- >> You received this message because you are subscribed to the Google Groups >> "Android Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> > > -- > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

