Android Question B4XPages and NFC

tiziana.tinnirello

Member
Licensed User
Longtime User
Can you upload the project?

It is too large and, in any case, I think it is not necessary.

AddActivityText in manifest start an activity on android.nfc.action.NDEF_DISCOVERED.

The Question is: is possible to manage NFC result without starting an activity?
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
I'm just starting with B4XPages, but it's probably related to something like this?

Don't try to access B4XPages from FirebaseMessaging service. B4XPages can only be created after the main activity was created.
 
Upvote 0

tiziana.tinnirello

Member
Licensed User
Longtime User
The problem starts in the manifest file which starts an activity when it receives an NFC event. I was wondering if there was a chance to avoid starting an activity, by viewing a B4xPage
 
Upvote 0
Top