Loading core/res/AndroidManifest.xml +5 −0 Original line number Diff line number Diff line Loading @@ -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. --> Loading Loading
core/res/AndroidManifest.xml +5 −0 Original line number Diff line number Diff line Loading @@ -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. --> Loading