SoFunction
Updated on 2025-04-06

Android tutorial: Add your own application to the system sharing


<intent-filter>
   <action android:name="" />
   <data android:mimeType="image/*"/>
   <category android:name="" />
</intent-filter>