Routes clicked links through WSA (Windows Subsystem for Android™) and opens them in an applicable Android application if found, otherwise opens them in the default Windows browser.
Instructions to set up Open in WSA
either using the latest release executable or via cloning the repo.
Required:
Suggested:
Subsystem resources
set toContinuous
under WSA settings.
-
- Download the latest release executable.
or
-
- Download and set up .Net 6.0
- Run
$ git clone https://github.com/efraimbart/OpenInWSA
- Run
$ dotnet build
- Open OpenInWSA.exe.
- If ADB is not automatically found, set the path to ADB.
- If the default browser is not automatically detected, set a default browser.
- The application will attempt to elevate itself and register as a browser. If it fails, attempt to run the application manually as an administrator.
- Set
Open In WSA
as the default forURL:HyperText Transfer Protocol
in Windows settings underApps > Default apps
Click a link from within a Windows application and it will route through WSA and open in the applicable Android application. If none are found the link will open in the default Windows browser.
To route links from within Chrome through WSA install the Open in WSA Chrome Extension | Repo and right click on a given link and click Open link in WSA
.