From b97b72223e0f22ef079f40aab54af36bcb9c0c0b Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Mon, 18 Oct 2021 22:30:08 -0400 Subject: [PATCH] Telephony: MTK-IMS: make it activate with props --- Telephony/MTK-IMS/AndroidManifest.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Telephony/MTK-IMS/AndroidManifest.xml b/Telephony/MTK-IMS/AndroidManifest.xml index 5afe885..1280395 100644 --- a/Telephony/MTK-IMS/AndroidManifest.xml +++ b/Telephony/MTK-IMS/AndroidManifest.xml @@ -3,6 +3,8 @@ android:versionCode="1" android:versionName="1.0"> + android:priority="79" + android:requiredSystemPropertyName="persist.sys.phh.ims.mtk" + android:requiredSystemPropertyValue="true" + android:isStatic="true"/>