Merge "Rename data/staging to data/pkg_staging"

This commit is contained in:
Gavin Corkery
2019-02-19 14:40:59 +00:00
committed by Android (Google) Code Review

View File

@@ -388,7 +388,7 @@ public class Environment {
/** {@hide} */
public static File getDataStagingDirectory(String volumeUuid) {
return new File(getDataDirectory(volumeUuid), "staging");
return new File(getDataDirectory(volumeUuid), "pkg_staging");
}
/** {@hide} */