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

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

eos: add other missing permissions

parent 93954271
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -45,9 +45,15 @@
    </exception>

    <exception package="com.generalmagic.magicearth">
        <!-- Bluetooth -->
        <permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
        <!-- Camera -->
        <permission name="android.permission.CAMERA" fixed="false"/>
        <!-- Location -->
        <permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
        <permission name="android.permission.ACCESS_COARSE_LOCATION" fixed="false"/>
        <!-- Microphone -->
        <permission name="android.permission.RECORD_AUDIO" fixed="false"/>
        <!-- External storage -->
        <permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="false"/>
        <!-- Phone -->