0

I do not know why, but my toast not showing in applications. Only working in my application, but not in other applications for example in Messages. On my phone, I have Android 7.0.

case 53:
  Toast.makeText(getApplicationContext(), "Toast", Toast.LENGTH_SHORT).show();
  break;
Joachim Sauer
  • 291,719
  • 55
  • 540
  • 600
qazwsx
  • 11
  • 2

1 Answers1

-1

Try with getActivityContext() instead of getApplicationContext()