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

Commit 774b0b6d authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

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

Grant permissions to camera app

See merge request !169
parents 5331f4aa 12d39fbb
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -203,5 +203,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>