Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们是否还需要在每个 Activity 中设置 NfcAdapter、PendingIntent 和 enableForegroundDispatch?
是的。一种简单的方法是定义一个 BaseNfcActivity 类,您可以在其中进行设置。对于所有需要它的活动,您可以扩展 BaseNfcActvity(而不是活动)。