Limit the sending of applications that my application may send with the intent ACTION_SEND

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?

+4
source share
1

, , , (, , , ).

0

All Articles