Merge "Add buildExternalStorageAndroidObbDirs()." into rvc-dev

This commit is contained in:
Martijn Coenen
2020-04-29 18:53:13 +00:00
committed by Android (Google) Code Review

View File

@@ -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