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

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

permissions: Set default permissions for recorder

parent d0da17b3
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -148,5 +148,13 @@
        <permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="false"/>
        <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>