Merge "Rename data/staging to data/pkg_staging"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f3f3d1ca94
@@ -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} */
|
||||
|
||||
Reference in New Issue
Block a user