Re: [android-developers] Re: Anyone know where to find the list of environment variables?

2013-07-22 Thread Ryan Harter
Check this out. http://developer.android.com/reference/android/os/Environment.html For things like External Storage directory, you're going to need to use a method, not a variable, as that can be dynamic. On Sun, Jul 21, 2013 at 1:53 AM, Piren gpi...@gmail.com wrote:

[android-developers] Re: Anyone know where to find the list of environment variables?

2013-07-21 Thread Piren
http://developer.android.com/reference/packages.html On Friday, July 19, 2013 3:36:28 PM UTC+3, Flavio marcio Portela wrote: Anyone know where to find the list of environment variables? ex: EXTERNAL_STORAGE -- -- You received this message because you are subscribed to the Google Groups