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
Post a Comment