Merge "Add prototype of canCallPhone with no feature ID."
diff --git a/src/com/android/server/telecom/TelecomServiceImpl.java b/src/com/android/server/telecom/TelecomServiceImpl.java
index 21202bc..8e2dd04 100644
--- a/src/com/android/server/telecom/TelecomServiceImpl.java
+++ b/src/com/android/server/telecom/TelecomServiceImpl.java
@@ -2073,6 +2073,10 @@
return false;
}
+ private boolean canCallPhone(String callingPackage, String message) {
+ return canCallPhone(callingPackage, null /* featureId */, message);
+ }
+
private boolean canCallPhone(String callingPackage, String callingFeatureId, String message) {
// The system/default dialer can always read phone state - so that emergency calls will
// still work.