从 Android 12 开始,Google 会显示带有应用图标的 toast 消息。
我的应用程序有启动器图标。Android 12 启动画面正确显示应用程序图标。
按代码显示吐司
Toast.makeText(this, "Show simple toast", Toast.LENGTH_LONG).show()
编译SdkVersion/targetSdkVersion 31
android 模拟器 Google play Intel x86 Atom_64 System Image API Level 31,Revision 8。
如何更改此默认吐司图标?