ANE Android override Activity onNewIntent()
Hi,
I'm trying to create an NFC extension to be informed when a Tag is detected by the NFC sensor.
I guess i have more or less everything i need, expect that onNewIntent override.
In the JAVA samples i saw, as soon as we call enableForegroundDispatch on the NfcAdapter, the onNewIntent() method of the activity specified on the enableForegroundDispatch is called.
We have access to the Activity via the FREContext.getActivity() so i can specify the activity that will get the onNewIntent called, but as i can't really extend the FREContext class, i can't override this method to catch the intent.
Is there any way to achieve this?
Have a nice day
!
