Skip to content

Commit

Permalink
overlay: Exempt MediaTek ImsService from location indicators
Browse files Browse the repository at this point in the history
* Mtk ImsService checks for location data to register ims,
  which constantly triggers the location indicator.

Change-Id: I1b78ffd788129902a23eba844044f3afbdfe46ff
Signed-off-by: techyminati <sinha.aryan03@gmail.com>
  • Loading branch information
techyminati authored and bheatleyyy committed Jul 28, 2023
1 parent 0e38629 commit de25222
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions overlay/common/frameworks/base/core/res/res/values/config.xml
Expand Up @@ -49,6 +49,8 @@
<item>com.qualcomm.qti.cne</item>
<!-- ImsService -->
<item>com.shannon.imsservice</item>
<!-- MediaTek ImsService -->
<item>com.mediatek.ims</item>
</string-array>

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

0 comments on commit de25222

Please sign in to comment.