Added getDataPreloadsMediaDirectory am: 19551a8d8d am: c98c7e9da1
am: ca1a630ccf
Change-Id: I43f40049cc3fd8ae8cd6a9f7219047a260b4032e
This commit is contained in:
@@ -371,6 +371,14 @@ public class Environment {
|
||||
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
|
||||
* not currently be accessible if it has been mounted by the user on their
|
||||
|
||||
Reference in New Issue
Block a user