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

Commit ca3a5b1d authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch '6335-q-recorder_perm' into 'v1-q'

permissions: Set default permissions for recorder

See merge request !143
parents 9f97d519 42b4a759
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -68,5 +68,11 @@
        <permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="false"/>
    </exception>

    <exception package="org.lineageos.recorder">
        <!-- Location -->
        <permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
        <!-- Phone -->
        <permission name="android.permission.READ_PHONE_STATE" fixed="false"/>
    </exception>

</exceptions>