I know this has been asked a lot of times in StackOverflow already, but I haven\'t quite found a solution yet. My app sends an email with a link in it that when clicked shou
Use zero flag to create URI with your custom scheme. Intent.URI_INTENT_SCHEME flag forces "intent:" scheme (and overall intent URI crazy syntax) to be used.