[android-developers] Re: Access the environment variable in java layer

2009-03-27 Thread Diego Torres Milano
On Mar 27, 4:07 pm, Michael MacDonald wrote: > Environmentvariables will only be visible in processes descending from > the process that sets them.  Since the app processes in android aren't > spawned from your daemon, you won't be able to see theenvironment > variables there. > > Charles Lu wr

[android-developers] Re: Access the environment variable in java layer

2009-03-27 Thread Michael MacDonald
Environment variables will only be visible in processes descending from the process that sets them. Since the app processes in android aren't spawned from your daemon, you won't be able to see the environment variables there. Charles Lu wrote: > Hi, > > I wish to get the environment variabl