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

Commit 08cf8963 authored by Biswarup Pal's avatar Biswarup Pal
Browse files

Add flag to show all permission dialogs on virtual devices

Test: presubmit
Flag: android.permission.flags.allow_host_permission_dialogs_on_virtual_devices
Bug: 371173672
Change-Id: I882d30ee6628c42bfd1dc2febb76d00e086fa0f6
parent 6a9297de
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"
}