Basically, I have the same question described as in How to implement my very own URI scheme on Android
The answer given there works for me. When the custom url is ca
Call getIntent().getData() to retrieve the Uri, then call getQueryParameter("d") on it to get the value of d.
getIntent().getData()
getQueryParameter("d")
d