Back to project page android-common-utility.
The source code is released under:
Apache License
If you think the Android project android-common-utility listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.xckevin.android; // w w w . j a va 2 s.c o m import java.io.File; import android.os.Environment; public class Env { public static String ROOT_DIR = Environment.getExternalStorageDirectory().getPath() + File.separator + "xckevin"; }