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

Commit 114636af authored by Song Chun Fan's avatar Song Chun Fan Committed by Android (Google) Code Review
Browse files

Merge "[pm] feature flag for nullable dataDir" into main

parents 3d53bfb5 6fcb12be
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -27,3 +27,11 @@ flag {
    description: "Feature flag to improve stopped state enforcement"
    bug: "296644915"
}

flag {
    name: "nullable_data_dir"
    namespace: "package_manager_service"
    description: "Feature flag to allow ApplicationInfo.dataDir to be null."
    bug: "302587814"
    is_fixed_read_only: true
}