Share with app.

bluedude

Well-Known Member
Licensed User
Longtime User
Hi,

Is there a way to see which intent/activity has been used when using WrapAsIntentChooser and a selected app?

I cannot understand why this one launches the correct intent/activity for the NFC Tagwriter app. when I need to write an NFC sticker.

If I run one of the known activities with StartActivity it does not work however, frustrates me a lot.

Another option would be if someone could write an NFC writing library, seems to be easy according to the documentation :)
 

bluedude

Well-Known Member
Licensed User
Longtime User
Alright, that sounds like a good tip!

If not possible I will hire someone to write an NFC writer library, I really need it fast.

Cheers,
 
Upvote 0

bluedude

Well-Known Member
Licensed User
Longtime User
Does this tell you anything, it looks like it runs three activities in sequence:

START {act=android.intent.action.SEND typ=text/plain flg=0x3000000 cmp=com.nxp.nfc.tagwriter/.activities.ExternalInvocationActivity (has extras)} from pid 23781
START {act=com.nxp.nfc.tagwriter.WRITE_NDEF cmp=com.nxp.nfc.tagwriter/.activities.ExternalInvocationActivity (has extras)} from pid 23980
START {act=com.nxp.nfc.tagwriter.WRITE_NDEF cmp=com.nxp.nfc.tagwriter/.activities.WriteParametersActivity (has extras)} from pid 23980
Duplicate finish request for ActivityRecord{41ed6aa0 com.nxp.nfc.tagwriter/.activities.ExternalInvocationActivity}
Displayed com.nxp.nfc.tagwriter/.activities.WriteParametersActivity: +392ms (total +406ms)
 
Upvote 0

bluedude

Well-Known Member
Licensed User
Longtime User
Well, I can see the log but shows me three activities etc. in a row. Have no clue how to do that.
 
Upvote 0

bluedude

Well-Known Member
Licensed User
Longtime User
Flag etc.

Hi,

Tried it but does not work. Setting the Flag like this

i.Flags = 0x3000000

This has taken too much of my time, going to ask someone to develop an NFC writer because all this stuff does not work as expected.

Thanks for your time.
 
Upvote 0
Top