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

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

Merge "Add flag to show all permission dialogs on virtual devices" into main

parents 16e98573 08cf8963
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -291,3 +291,11 @@ flag {
    description: "This fixed read-only flag is used to enable platform support for Oxygen Saturation (SpO2)."
    bug: "369873227"
}

flag {
    name: "allow_host_permission_dialogs_on_virtual_devices"
    is_exported: true
    namespace: "permissions"
    description: "Allow host device permission dialogs (i.e., dialogs for non device-aware permissions) to be shown on virtual devices"
    bug: "371173672"
}