You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With ADB, it's possible to open URLs directly with the app, even when the URLs are not verified.
adb shell am start -a android.intent.action.VIEW -d "https://www.company.com/invitation/c77ca9d0-5ff7-4b59-8d1b-4802b054e9cd" com.company.android.maestro.debug
This request is to extend the functionality of openLink to replicate this behavior.
Describe the solution you'd like
Add a property (e.g., openWithViewIntent) to openLink that allows opening the URL in the same way as ADB does:
An alternative solution currently is to add steps in your flow to add the URLs to the "Open by default" list. However, this approach increases the runtime of the flow and may be more fragile.
That would be extremely useful so I can properly test Deep Linking to my app. BTW, thanks @langtind for your suggestion of opening the Settings app and clicking on "Open by default". In my case, instead of tapping on "All apps" I searched for my App inside the settings' app search
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue.
Thank you for helping keep us our issue tracker clean!
With ADB, it's possible to open URLs directly with the app, even when the URLs are not verified.
This request is to extend the functionality of
openLink
to replicate this behavior.Describe the solution you'd like
Add a property (e.g.,
openWithViewIntent
) toopenLink
that allows opening the URL in the same way as ADB does:Describe alternatives you've considered
An alternative solution currently is to add steps in your flow to add the URLs to the "Open by default" list. However, this approach increases the runtime of the flow and may be more fragile.
Additional context
Discussion on Slack: Slack Discussion
The text was updated successfully, but these errors were encountered: