Hi, I want to create the following:
Outside my app(app not running), I want to click on a specific file, based on its extension, the standard intent chooser would show my app ( possibly together with other apps). When selection my app, the file will be used as a "command line argument" for my app.
The second part is probably done with the ContentChooser, I'll look into that. But how to do the first part, is it even possible to do that to the system when installing?
Outside my app(app not running), I want to click on a specific file, based on its extension, the standard intent chooser would show my app ( possibly together with other apps). When selection my app, the file will be used as a "command line argument" for my app.
The second part is probably done with the ContentChooser, I'll look into that. But how to do the first part, is it even possible to do that to the system when installing?