android - how to launch 2 activities in response to single nfc tap -


i'm trying launch several app on after 1 tap, how do this? there 1 mime-type per ndef message in android?

for example can ndef message contain 2 records each contains specific mime-type:

com.firstapp com.seconapp

and can filter intents in activities in order launch both?

how imagine "start 2 activities"? android allows 1 running. if need can add intent filters 2 of apps same intent , let user choose one. or can run own service , code want (and technicaly possible).


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -