Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

app not showing in share menu android

<intent-filter>
   <action android:name="android.intent.action.SEND" />
   <data android:mimeType="*/*" />
   <category android:name="android.intent.category.DEFAULT" />
</intent-filter>
 
PREVIOUS NEXT
Tagged: #app #showing #share #menu #android
ADD COMMENT
Topic
Name
6+9 =