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;