I am trying to show the message using toast but app logo seems to be missed while displayed. I have mentioned
android:icon="@mipmap/ic_launcher"
android:logo="@drawable/app_logo"
android:roundIcon="@mipmap/ic_launcher_round"
in Android Manifest in application tag but still no luck.
Can any one share Android Toast in android 12 tv walkthrough or sample.