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

Commit 5aa5c34e authored by lpeter's avatar lpeter
Browse files

Add a feature flag to remove hack code for without cross user permission.

Feature flag to remove hack code of using PackageManager.MATCH_ANY_USER
flag without cross user permission.

Flag: android.content.pm.remove_cross_user_permission_hack

Bug: 332664521
Test: presubmit
Change-Id: I6b76081fa694102b3a2cd6b9c51dcdb7e3c8701b
parent 5c539f7d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -294,3 +294,11 @@ flag {
    bug: "363324203"
    is_fixed_read_only: true
}

flag {
    name: "remove_cross_user_permission_hack"
    namespace: "package_manager_service"
    description: "Feature flag to remove hack code of using PackageManager.MATCH_ANY_USER flag without cross user permission."
    bug: "332664521"
    is_fixed_read_only: true
}
 No newline at end of file