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

Commit 7f684562 authored by Rafael Prado's avatar Rafael Prado
Browse files

Add aconfig flag for the supervision role permission update.

Bug: 367333883
Bug: 336297680
Test: N/A
Flag: android.permission.flags.supervision_role_permission_update_enabled
Change-Id: Iafe840733aabc9f05cb6ba926c08e1682db65a9b
parent f28ac6cc
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -391,3 +391,12 @@ flag{
    description: "Batch noteOperations on the client to reduce binder call volume"
    bug: "366013082"
}

flag {
    name: "supervision_role_permission_update_enabled"
    is_fixed_read_only: true
    is_exported: true
    namespace: "supervision"
    description: "This flag is used to enable all the remaining permissions required to the supervision role"
    bug: "367333883"
}
 No newline at end of file