Looking for a solution for my application that uses a webview to make references to other applications. Here's what I need:
-If the referenced application is installed, it should launch it
-If the referenced application is not installed, it should prompt the user to download it from the Play Store
The list of applications must be updatable directly through the HTML page without requiring app updates every time an application changes.
I am open to using JavaScript or any android resource as long as it meets the requirements and does not impact the user experience.
Is there a way to achieve this?