mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-06 05:14:21 -04:00
19.1: Location indicator exemptions
Credit/References:26ddac7988
7370657f85
37e2a4e0bc
a5d43c0157
ac60a2117e
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
bf7c06105c
commit
7a168302cf
4 changed files with 15 additions and 26 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue