I want to receive text from other applications in my mobile.For that i need to add my app to share via
menu. In android native applications we do this with intent-filters
and handle the intent
in activity file. Now is there any possible way to do this in ionic framework.
note: I am not asking about
ionic-social-sharing
plugin.I want to receive from other applications. I tried searching in google for plugins but no use.
I want to add my app icon in this screen and handle the event.