I have a custom file type/extension that I want to associate my app with.
As far as I know, the data element is made for this purpose, but I can\'t get it working. h
The other solutions did not work reliably for me until I added:
android:mimeType="*/*"
Before that it worked in some applications, in some not...
complete solution for me: