I have problem with opening Complete action using
pop up. When I detect NFC. I set activity in manifest before like this:
<action android:name="android.nfc.action.TECH_DISCOVERED" />
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<action android:name="android.nfc.action.TAG_DISCOVERED" />
And used NfcAdapter
in MainMactivity. However, it doesn't seem like it's happening because of what I programmed. So, I deleted one by one. And tested. Now, I deleted all the code and settings of manifexts.xml
related to NFC
.
However, it is still working. I would call it outer NFC
which is active everywhere. How can I turn it off? or avoid it? I don't even want its sound or vibration. I don't want it works.
However, I want it to be active in a specific fragment. Is it possible to behave like this?