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

Commit c27648b8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a feature flag to remove hack code for without cross user permission." into main

parents 68bbab50 5aa5c34e
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