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.
私のアプリは NFC タグに書き込むことができます。
ndef.writeNdefMessage(message);
書き込む前に、サポートされている NFC タグ テクノロジを確認する必要がありますか? それとも、Android はこの問題を独自に処理してエラーをスローしますか?
Android がそれを処理します。したがって、通常はチェックする必要はありません。
ndef.isWritable()書き込みが可能かどうかを確認し、ユーザーにより良いフィードバックを提供できるようにするために、呼び出したい場合があります。
ndef.isWritable()