pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.1k stars 256 forks source link

Feature request: Open deeplink #103

Open PhilippNowak96 opened 5 years ago

PhilippNowak96 commented 5 years ago

I want to suggest a new feature called "Open deeplink". When you select it, there need to be some kind of input to insert the deeplink and the plugin then should execute:

adb shell am start -a android.intent.action.VIEW -d <deeplink>