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

Commit 0adbffdc authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '2722-t-camera_permission' into 'v1-t'

Grant permissions to camera app

See merge request !168
parents b70c5c99 b8647175
Loading
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>