Getting NDEF message from tag freezes Android app
问题 I'm trying to read an NDEF message from an NFC tag. The detection of the tag works correctly. For reading the NDEF data from the tag I'm running a TimerTask. The task polls the NDEF message from the tag with getNdefMessage() every 900 ms and updates the UI. The procedure works perfect until I remove the phone. Than the app freezes without a logcat error message. Does anyone have an idea why this happens? package com.example.infcdemo; import java.io.IOException; import java.util.Timer; import