gpt4 book ai didi

java - OnNewIntent 不显示 toast

转载 作者:行者123 更新时间:2023-11-29 08:05:51 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Displaying a Toast notification in Android framework

我有一个 Activity ,在 onResume 中有以下代码:

super.onResume();
Intent intent = new Intent(this, this.getClass());
intent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
PendingIntent pendingIntent = PendingIntent.getActivity(this, 0, intent, 0);
nfcAdapter.enableForegroundDispatch(this, pendingIntent, null,null);

在我的 onNewIntent(Intent intent) 函数中:

super.onNewIntent(intent);
setIntent(intent)
..
...

Toast.makeText....

但是 Toast 没有出现 - 有人有解决这个问题的方法吗?

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com