Features
When running an external app in the capacitor app, make it executable
Android requires additional plugin settings in
MainActivity.java
after installationPlease refer to the explanation below
Installation
npm
$ npm i capacitor-intent-resolver
yarn
$ yarn add capacitor-intent-resolver
Capacitor plugin sync
Run the following command after installation
$ npx cap sync
Android setting
MainActivity.java
// import CapacitorIntentResolver plugin