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

Commit b2238e3a authored by Jonathan Klee's avatar Jonathan Klee Committed by Nishith Khanna
Browse files

Add ichnaea & nominatim backends into indicators exempted package list

Indeed, ichnaea backend was trigger the location permission indicator
too often.
parent e996cc12
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -38,8 +38,6 @@
        <item>com.google.android.gms</item>
        <!-- The standard AOSP fused location provider -->
        <item>com.android.location.fused</item>
        <!-- The MicroG Unified location provider -->
        <item>org.microg.nlp</item>
    </string-array>

    <string-array name="config_locationExtraPackageNames" translatable="false">
@@ -51,6 +49,9 @@
        <item>com.qualcomm.qti.cne</item>
        <!-- ImsService -->
        <item>com.shannon.imsservice</item>
        <!-- The MicroG Unified location provider -->
        <item>org.microg.nlp.backend.ichnaea</item>
        <item>org.microg.nlp.backend.nominatim</item>
    </string-array>

    <bool name="config_cellBroadcastAppLinks">true</bool>