Skip to content

Commit

Permalink
overlay: Use and update config_indicatorExemptedPackageNames
Browse files Browse the repository at this point in the history
* Keep config_locationExtraPackageNames only for location packages.

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
  • Loading branch information
neobuddy89 committed Jun 22, 2022
1 parent ea8edd3 commit 404b477
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions overlay/common/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,22 @@
<item>org.microg.nlp</item>
</string-array>

<!-- Extra location package names -->
<string-array name="config_locationExtraPackageNames" translatable="false">
<!-- Bluetooth -->
<!-- Google Play Services location history module -->
<item>com.google.android.gms.location.history</item>
</string-array>

<!-- These are system packages exempted from privacy indicator -->
<string-array name="config_indicatorExemptedPackageNames" translatable="false">
<item>com.android.bluetooth</item>
<!-- TeleService -->
<item>com.android.phone</item>
<!-- CneApp -->
<item>com.android.networkstack.tethering</item>
<item>com.android.systemui</item>
<item>com.google.android.settings.intelligence</item>
<item>com.crdroid.faceunlock</item>
<item>com.qualcomm.qti.cne</item>
<!-- ImsService -->
<item>com.shannon.imsservice</item>
<!-- Google Play Services location history module -->
<item>com.google.android.gms.location.history</item>
</string-array>

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

0 comments on commit 404b477

Please sign in to comment.