标签: android nfc
我用这段代码听Nfc改了:
IntentFilter filter = new IntentFilter(NfcAdapter.ACTION_ADAPTER_STATE_CHANGED);
但是这段代码需要API 18等等。我怎么能在API 16上做到这一点?