Need more info regarding intent-filter tag specified in manifest. I am aware that we can specify data in two forms:
Complementing @CommonsWare answer, it appears that you cannot use two tags if you are not so specific.
A) In one of my apps I can have:
B) And
C) But the following will ignore the first tag (using myAppScheme1://whatever
URI won't work):
D) However if I complement the first scheme it will work for both URIS:
Probably if you really need the case C), you'll better create two intent-filters