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
  • 302,674
  • 57
  • 556
  • 614
qazwsx
  • 11
  • 2

1 Answers1

-1

Try with getActivityContext() instead of getApplicationContext()

bijaykumarpun
  • 677
  • 4
  • 9