Closed ebitogu closed 3 weeks ago
@ebitogu Hi! Use
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="*/*" />
</intent-filter>
For supporting any type of files. You should have both of this filters if you want to have ability share both text and files
Closing as the above comment is the answer.
I can't get CSV to work. The path is always null
Here is my code
Here is my AndroidManifest.xml setup