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

Commit 1aab688f authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

feat:2398: add permission to read fakelocation settings.

parent e9b92247
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -5859,6 +5859,11 @@
    <permission android:name="android.permission.READ_GLOBAL_APP_SEARCH_DATA"
                android:protectionLevel="internal|role" />

    <!-- /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. -->