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

Commit 3a75508f authored by Yi-an Chen's avatar Yi-an Chen
Browse files

Add feature flag for deprecating permission tree related APIs

Bug: 376535612
Test: Build
Flag: android.permission.flags.permission_tree_apis_deprecated
Change-Id: If18a359cda6f473a1d75e11a72d58ef41d0aac56
parent 22061481
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -307,3 +307,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"
}