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

Commit c98c7e9d authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by android-build-merger
Browse files

Added getDataPreloadsMediaDirectory

am: 19551a8d

Change-Id: Ic8ee2d35b2bca11807a7a54aee371df092b3b19c
parents f6f4f1ac 19551a8d
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -371,6 +371,14 @@ public class Environment {
        return new File(getDataPreloadsDirectory(), "apps");
        return new File(getDataPreloadsDirectory(), "apps");
    }
    }


    /**
     * @see #getDataPreloadsDirectory()
     * {@hide}
     */
    public static File getDataPreloadsMediaDirectory() {
        return new File(getDataPreloadsDirectory(), "media");
    }

    /**
    /**
     * Return the primary shared/external storage directory. This directory may
     * Return the primary shared/external storage directory. This directory may
     * not currently be accessible if it has been mounted by the user on their
     * not currently be accessible if it has been mounted by the user on their