Exploring Android World

Android hacked? Any URL could be deeplinked to your app by default!

A Google bug? Hopes Google patches it up soon if so.

Photo by NeONBRAND on Unsplash

I was debugging a deep link issue into the App, there I discovered a lot of Apps have some issues on deeplink as stated in the article below.

When performing more investigation, exploring how to fix it, then I came across this issue which could be a loophole on Android itself.

The background

As we know if we want to have our App to support certain URL to deeplink into our App by default (without asking if it should open in Chrome), we can do it as per recommended by the document

--

--