Suppose an user wants to download a music from example.com. User goes to example.com from browser and clicks "download sample.mp3".Now instead of downloading the sample.mp3,the browser downloads an android app. When the user installs the app, the app downloads exactly the same 'sample.mp3' that the user clicked from the browser.
So, how do i make an app like this? Note: i can use download Api to download a music inside onCreate of the app without any views or anything. But the key challenge here is to get the data that the user clicked in the browser (when my app was not even installed). Is it do-able somehow?