Loading src/com/android/server/telecom/CallIntentProcessor.java +4 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.os.Looper; import android.os.Trace; import android.os.UserHandle; import android.os.UserManager; Loading Loading @@ -145,7 +146,9 @@ public class CallIntentProcessor { // Show the toast to warn user that it is a personal call though initiated in work // profile. if (fixedInitiatingUser) { Toast.makeText(context, R.string.toast_personal_call_msg, Toast.LENGTH_LONG).show(); Toast.makeText(context, Looper.getMainLooper(), context.getString(R.string.toast_personal_call_msg), Toast.LENGTH_LONG).show(); } } else { Log.i(CallIntentProcessor.class, Loading Loading
src/com/android/server/telecom/CallIntentProcessor.java +4 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.os.Looper; import android.os.Trace; import android.os.UserHandle; import android.os.UserManager; Loading Loading @@ -145,7 +146,9 @@ public class CallIntentProcessor { // Show the toast to warn user that it is a personal call though initiated in work // profile. if (fixedInitiatingUser) { Toast.makeText(context, R.string.toast_personal_call_msg, Toast.LENGTH_LONG).show(); Toast.makeText(context, Looper.getMainLooper(), context.getString(R.string.toast_personal_call_msg), Toast.LENGTH_LONG).show(); } } else { Log.i(CallIntentProcessor.class, Loading