On Fri, Jan 21, 2011 at 9:57 AM, Daniel A. Nagy
<nagyd...@epointsystem.org> wrote:
> Could anyone please explain how parameters that are unique to a particular
> installation be passed on to Android applications similarly to JAD's in the 
> J2ME
> framework?

If you are distributing the app yourself, outside of the Market, you
can always generate a custom APK from your server, in which you bake
in whatever you want. Or, if you have your own software on the device
that is downloading and installing the APKs, you could do whatever you
want in the communication between your on-device client app and your
server.

If you are distributing the app through the Android Market, AFAIK
there is no "unique to a particular installation" concept, any more
than distributing a million CDs stamped from the same master can
somehow have stuff unique to a particular piece of shiny round
plastic.

It is possible that other markets might have some facility here that
you can leverage, though I am not personally aware of any.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to