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

Commit b06b81bc authored by Yi-an Chen's avatar Yi-an Chen Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag for deprecating permission tree related APIs" into main

parents 634042bf 3a75508f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -314,3 +314,12 @@ flag {
    description: "Enable AppOp mode caching in AppOpsManager"
    bug: "366013082"
}

flag {
    name: "permission_tree_apis_deprecated"
    is_fixed_read_only: true
    is_exported: true
    namespace: "permissions"
    description: "This flag is used to deprecate permission tree related APIs"
    bug: "376535612"
}