Added getDataPreloadsMediaDirectory
Bug: 31015966 Change-Id: I8b4117daae2b1f7a59d6a192b34a105f91cbac55
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