When a user downloads a file using Android I want my custom activity to be launched to open that file. For example, my custom activity should show up in the ‘Complete action using’ alert box when the file is launched.
Is there any examples to see how this is done?
If I am correct, this will be what you want in your manifest:
For more information, read Intents and Intent Filters from the developer website.
Also, here is a sample of an activity you could use to display a file.
}