Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
overlay: Exempt TeleService from location indicators
Browse files Browse the repository at this point in the history
- TeleService constantly checks for location (in every 2-3 minutes).

Issue: https://gitlab.com/LineageOS/issues/android/-/issues/4674

Change-Id: I6a55dd25f8435523f98970bfd24c3f86657ba6f7
  • Loading branch information
althafvly authored and jro1979oliver committed May 19, 2022
1 parent 540b37b commit 09b62da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions overlay/common/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
<item>com.google.android.dialer/com.android.dialer.rtt.settings.impl.gateway.RttSettingsDeepLink</item>
</string-array>

<string-array name="config_locationExtraPackageNames" translatable="false">
<!-- TeleService -->
<item>com.android.phone</item>
</string-array>

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

<!-- Set this to true to enable the platform's auto-power-save modes like doze and
Expand Down

0 comments on commit 09b62da

Please sign in to comment.