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

Commit 6fcb12be authored by Songchun Fan's avatar Songchun Fan
Browse files

[pm] feature flag for nullable dataDir

Test: n/a
BUG: 302587814

Change-Id: Ie22108d078f7ec2df5ff2349f9f72a41cd04dbe3
parent 78edfbc8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -20,3 +20,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
}