Loading src/com/android/server/telecom/TelecomServiceImpl.java +4 −0 Original line number Diff line number Diff line Loading @@ -2073,6 +2073,10 @@ public class TelecomServiceImpl { 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. Loading Loading
src/com/android/server/telecom/TelecomServiceImpl.java +4 −0 Original line number Diff line number Diff line Loading @@ -2073,6 +2073,10 @@ public class TelecomServiceImpl { 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. Loading