Remove references to CallService from Telephony
Change-Id: I5a082e50dafea0104174cb97d3ae8af168944fc3
diff --git a/src/com/android/phone/CallFeaturesSetting.java b/src/com/android/phone/CallFeaturesSetting.java
index 6c49a3a..aa70408 100644
--- a/src/com/android/phone/CallFeaturesSetting.java
+++ b/src/com/android/phone/CallFeaturesSetting.java
@@ -2250,7 +2250,7 @@
}
private void loadConnectionServiceEntries() {
- Intent intent = new Intent(TelecommConstants.ACTION_CALL_SERVICE);
+ Intent intent = new Intent(TelecommConstants.ACTION_CONNECTION_SERVICE);
for (ResolveInfo entry : getPackageManager().queryIntentServices(intent, 0)) {
ServiceInfo serviceInfo = entry.serviceInfo;
if (serviceInfo != null) {