1

Android API レベル 10 では、NfcAdapter にメソッド enableForegroundNdefPush() があり、

そして説明は

You must explicitly call this method every time the activity is resumed,
and you must call disableForegroundNdefPush(Activity) before your activity
completes onPause().

enableForegroundNdefPush() は onResume() しか呼び出せないのでしょうか?

しかし、ボタンが押されたときにNdefMessageを送信したい

どのようにできるのか ?

4

0 に答える 0