Loading core/java/android/os/Environment.java +8 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
core/java/android/os/Environment.java +8 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading