Skip to content

Feature Request: Send Deep Links to Running App #186

@jeprubio

Description

@jeprubio

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:

  1. Opens a dialog asking for a deep link URL
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions