Loading core/java/android/os/Environment.java +9 −0 Original line number Diff line number Diff line Loading @@ -974,6 +974,15 @@ public class Environment { return sCurrentUser.buildExternalStorageAndroidDataDirs(); } /** * Returns the path for android-specific OBB data on the SD card. * @hide */ public static File[] buildExternalStorageAndroidObbDirs() { throwIfUserRequired(); return sCurrentUser.buildExternalStorageAndroidObbDirs(); } /** * Generates the raw path to an application's data * @hide Loading Loading
core/java/android/os/Environment.java +9 −0 Original line number Diff line number Diff line Loading @@ -974,6 +974,15 @@ public class Environment { return sCurrentUser.buildExternalStorageAndroidDataDirs(); } /** * Returns the path for android-specific OBB data on the SD card. * @hide */ public static File[] buildExternalStorageAndroidObbDirs() { throwIfUserRequired(); return sCurrentUser.buildExternalStorageAndroidObbDirs(); } /** * Generates the raw path to an application's data * @hide Loading