Feature Request: Send Deep Links to Running App
Use Case
As a developer, I frequently need to test deep links in my app. Currently, I have to manually run adb commands in the terminal.
Proposed Solution
Add a new action that:
- Opens a dialog asking for a deep link URL
- Executes:
adb shell am start -a android.intent.action.VIEW -d "<user_input>"
Benefits
- Faster deep link testing
- No need to switch to terminal
- Consistent with existing plugin actions
Feature Request: Send Deep Links to Running App
Use Case
As a developer, I frequently need to test deep links in my app. Currently, I have to manually run adb commands in the terminal.
Proposed Solution
Add a new action that:
adb shell am start -a android.intent.action.VIEW -d "<user_input>"Benefits