Chrome on Android supports a special intent:// URI scheme that allows web pages to launch Android applications directly.
For OneMoreSecret, you can construct an intent link using the following template:
intent://stud0709.github.io/oms_intent/#Intent;scheme=https;package=com.onemoresecret;S.m=<your_oms_message>;S.browser_fallback_url=stud0709.github.io%2Foms_intent%2F;end
Let's break down the components:
intent://stud0709.github.io/oms_intent/: The intent target host and path.#Intent;: Begins the intent definition block.scheme=https;: Defines the target scheme.package=com.onemoresecret;: Explicitly targets the OneMoreSecret app package.S.m=<your_oms_message>;: Passes your encrypted OMS message as a String extra named m.S.browser_fallback_url=...;: Provides a fallback URL to visit if the app is not installed.end: Terminates the intent block.Below are two test links using the intent:// protocol. If you are reading this on your smartphone with OneMoreSecret installed, clicking these links will automatically open the app and pass the message payload.
Click the link below to import the sample private key:
Import Sample KeyClick the link below to decrypt the sample message (requires the sample key above):
Decrypt Secret Message