Loading src/com/android/server/telecom/NewOutgoingCallIntentBroadcaster.java +4 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ import android.app.AppOpsManager; import android.app.Activity; import android.app.BroadcastOptions; import android.content.BroadcastReceiver; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.res.Resources; Loading Loading @@ -494,7 +495,9 @@ public class NewOutgoingCallIntentBroadcaster { private void launchSystemDialer(Uri handle) { Intent systemDialerIntent = new Intent(); systemDialerIntent.setComponent(mDefaultDialerCache.getSystemDialerComponent()); systemDialerIntent.setComponent( new ComponentName(mDefaultDialerCache.getSystemDialerApplication(), mContext.getResources().getString(R.string.dialer_default_class))); systemDialerIntent.setAction(Intent.ACTION_DIAL); systemDialerIntent.setData(handle); systemDialerIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); Loading Loading
src/com/android/server/telecom/NewOutgoingCallIntentBroadcaster.java +4 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ import android.app.AppOpsManager; import android.app.Activity; import android.app.BroadcastOptions; import android.content.BroadcastReceiver; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.res.Resources; Loading Loading @@ -494,7 +495,9 @@ public class NewOutgoingCallIntentBroadcaster { private void launchSystemDialer(Uri handle) { Intent systemDialerIntent = new Intent(); systemDialerIntent.setComponent(mDefaultDialerCache.getSystemDialerComponent()); systemDialerIntent.setComponent( new ComponentName(mDefaultDialerCache.getSystemDialerApplication(), mContext.getResources().getString(R.string.dialer_default_class))); systemDialerIntent.setAction(Intent.ACTION_DIAL); systemDialerIntent.setData(handle); systemDialerIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); Loading