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

Commit 2f17d6b3 authored by Rafael Prado's avatar Rafael Prado Committed by Android (Google) Code Review
Browse files

Merge "Add aconfig flag for the supervision role permission update." into main

parents f8deed2e 7f684562
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -391,3 +391,12 @@ flag{
    description: "Batch noteOperations on the client to reduce binder call volume"
    description: "Batch noteOperations on the client to reduce binder call volume"
    bug: "366013082"
    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