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

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

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

Grant permissions to camera app

See merge request !167
parents d4b2e6c0 fb626cbd
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -245,5 +245,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>