assorted-color abstract paintingPhoto by <a href="https://unsplash.com/@halacious" rel="nofollow">Halacious</a> on <a href="https://unsplash.com/?utm_source=android-blog&utm_medium=referral" rel="nofollow">Unsplash</a>

Here is the snippet for sending intent to open deeplink:

adb shell am start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d '{your_protocol}://{your_path_pattern}'

Sample:

adb shell am start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d 'demo://demoapp?unlock=PREMIUM&state=1'
sorsare

By sorsare

Leave a Reply

Your email address will not be published. Required fields are marked *




Enter Captcha Here :