Loading src/com/android/server/telecom/components/UserCallIntentProcessor.java 100644 → 100755 +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ public class UserCallIntentProcessor { private void processOutgoingCallIntent(Intent intent, String callingPackageName, boolean canCallNonEmergency, boolean isLocalInvocation) { Uri handle = intent.getData(); if (handle == null) return; String scheme = handle.getScheme(); String uriString = handle.getSchemeSpecificPart(); Loading Loading
src/com/android/server/telecom/components/UserCallIntentProcessor.java 100644 → 100755 +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ public class UserCallIntentProcessor { private void processOutgoingCallIntent(Intent intent, String callingPackageName, boolean canCallNonEmergency, boolean isLocalInvocation) { Uri handle = intent.getData(); if (handle == null) return; String scheme = handle.getScheme(); String uriString = handle.getSchemeSpecificPart(); Loading