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

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

Merge branch '6959-s-update-magic-earth' into 'v1-s'

eos: add other missing permissions

See merge request !84
parents 93954271 a9298d91
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 -->