Merge "Add buildExternalStorageAndroidObbDirs()." into rvc-dev am: 1ed01451ed am: 39d29f922e
Change-Id: I8b8d1e9bfd7091666d66c3458bbaa2eb97735d81
This commit is contained in:
@@ -974,6 +974,15 @@ public class Environment {
|
|||||||
return sCurrentUser.buildExternalStorageAndroidDataDirs();
|
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
|
* Generates the raw path to an application's data
|
||||||
* @hide
|
* @hide
|
||||||
|
|||||||
Reference in New Issue
Block a user