overlay: Also exempt CneApp from location indicators

Similarly to change I6a55dd25f8435523f98970bfd24c3f86657ba6f7 the CNE
app also receives the phone state broadcast including location data,
which constantly triggers the location indicator.

Change-Id: Ic11674b7f3cccb6b5b7de1e5f8a99a01fd32c589
This commit is contained in:
Danny Baumann
2022-05-18 20:39:51 +02:00
committed by Michael Bestas
parent ccdf4e9102
commit ee38dc5d38

View File

@@ -47,6 +47,8 @@
<item>com.android.bluetooth</item>
<!-- TeleService -->
<item>com.android.phone</item>
<!-- CneApp -->
<item>com.qualcomm.qti.cne</item>
</string-array>
<bool name="config_cellBroadcastAppLinks">true</bool>