Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3501cd1 authored by Martijn Coenen's avatar Martijn Coenen Committed by Automerger Merge Worker
Browse files

Merge "Add buildExternalStorageAndroidObbDirs()." into rvc-dev am: 1ed01451...

Merge "Add buildExternalStorageAndroidObbDirs()." into rvc-dev am: 1ed01451 am: 39d29f92 am: 4457838f

Change-Id: I4bedfa13829c8ce5a55f92bf1c6a43877a08fccc
parents ceabf6f6 4457838f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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