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

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

permissions: Set default permissions for recorder

parent 7b403e86
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -161,5 +161,12 @@
        <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>