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

Commit fa9ae7ce authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

feat:2399: add permission to read fakelocation settings.

parent 7b21a6f6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -6583,6 +6583,11 @@
    <permission android:name="android.permission.MAKE_UID_VISIBLE"
                android:protectionLevel="signature" />

    <!-- /e/OS addition: read fake location set by the user in AdvancedPrivacy. -->
    <permission android:name="foundation.e.permission.READ_FAKE_LOCATION_SETTINGS"
        android:protectionLevel="signature" />
    <uses-permission android:name="foundation.e.permission.READ_FAKE_LOCATION_SETTINGS" />

    <!-- Attribution for Geofencing service. -->
    <attribution android:tag="GeofencingService" android:label="@string/geofencing_service"/>
    <!-- Attribution for Country Detector. -->