From 5c84813dd29edba562978c716b6aeb0fb0016ceb Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Sun, 18 Sep 2022 23:05:00 +0100 Subject: [PATCH] mt6768-common: Exclude ImsService from location indicators * https://cs.android.com/android/_/android/platform/frameworks/base/+/ffb94e69c3fc308d6d4164e2309f74442282fc84 * This grants location permissions, however we're excluding these apps from location indicators - they already have location permissions! * https://cs.android.com/search?q=config_locationExtraPackageNames&sq= * It isn't used for much else, so it's fine to re-use it for this Test: No more ImsService in location indicators Change-Id: If6c71769b87eb59deadaaa933e1c8449b949af26 --- .../base/core/res/res/values/config.xml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 overlay-lineage/frameworks/base/core/res/res/values/config.xml diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml new file mode 100644 index 0000000..601d05b --- /dev/null +++ b/overlay-lineage/frameworks/base/core/res/res/values/config.xml @@ -0,0 +1,30 @@ + + + + + + + + + com.mediatek.ims + +