19.1: Location indicator exemptions

Credit/References:
26ddac7988
7370657f85
37e2a4e0bc
a5d43c0157
ac60a2117e

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-05-12 23:17:43 -04:00
parent bf7c06105c
commit 7a168302cf
4 changed files with 15 additions and 26 deletions

View file

@ -232,4 +232,18 @@
<!-- Flag indicating whether we should enable smart battery. -->
<bool name="config_smart_battery_available">true</bool>
<!-- Packages to be excluded from location indicators -->
<string-array name="config_locationExtraPackageNames" translatable="false">
<!-- Bluetooth -->
<item>com.android.bluetooth</item>
<!-- Phone Services -->
<item>com.android.phone</item>
<!-- ImsService on raviole -->
<item>com.shannon.imsservice</item>
<!-- DejaVuLocationService -->
<item>org.fitchfamily.android.dejavu</item>
<!-- MozillaNlpBackend -->
<item>org.microg.nlp.backend.ichnaea</item>
</string-array>
</resources>