I know how to get intention ACTION_SENDwith help mime-type= text/plain.
My problem is that I want to restrict sender applications that can send intent to my application.
So, if I want to limit the Gmail sender application, my application should appear in the selection list only when the sender is Gmail, and not any other application.
I want my application to appear in the selection list only for Gmail, and not for any other application.
Is there any intent-filterfor this in Android?
source
share