On Thu, Sep 29, 2011 at 8:07 AM, [email protected] <[email protected]> wrote: > I have experimented little with Android OS and I tried to call > System.getenv() to get environmental variables. It works e.g. for > $PATH, but I was not able to define own variable, which can be > accessible in this way... Is it possible?
Android does not use environment variables, by and large. Whatever problem you are trying to solve with environment variables should be solved in some other fashion, at least for an Android SDK application, which is the purpose of this list. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- 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

