I’ve created an obj viewer (to view 3d models) inside my app and want this functionality to share with other apps. OBJ Files typically end with .obj. Can somebody describe me in short on which broadcast I have to listen to, to offer my 3d viewer, everytime the user deals with such files?
Thanks in advance
Putting something like this in your androidmanifest.xml in your activity should work:
If you have a mime type then you should fill that in as well so it works if the extension is wrong but the mime-type is correct.