app not showing in share menu android

Solutions on MaxInterview for app not showing in share menu android by the best coders in the world

showing results for - "app not showing in share menu android"
Juan Diego
20 Jun 2017
1<intent-filter>
2   <action android:name="android.intent.action.SEND" />
3   <data android:mimeType="*/*" />
4   <category android:name="android.intent.category.DEFAULT" />
5</intent-filter>