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

Commit b8647175 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Grant permissions to camera app

parent b70c5c99
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -242,5 +242,11 @@
        <permission name="android.permission.POST_NOTIFICATION" fixed="false"/>
    </exception>

    <!-- Auto grant these permissions to our camera app for cases where multiple camera apps are present -->
    <exception package="foundation.e.camera">
        <permission name="android.permission.CAMERA" fixed="false" />
        <permission name="android.permission.RECORD_AUDIO" fixed="false" />
    </exception>

</exceptions>