Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 296c8b95 authored by Gavin Corkery's avatar Gavin Corkery
Browse files

Rename data/pkg_staging to data/app-staging

Test: atest apex_e2e_tests
Bug: 126330086

Change-Id: I757a7f97bf8cbb4828596ce903630c505a2ddacc
parent fd25fe12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -388,7 +388,7 @@ public class Environment {

    /** {@hide} */
    public static File getDataStagingDirectory(String volumeUuid) {
        return new File(getDataDirectory(volumeUuid), "pkg_staging");
        return new File(getDataDirectory(volumeUuid), "app-staging");
    }

    /** {@hide} */