Documentation / @frak-labs/core-sdk / index / toAndroidIntentUrl
Function: toAndroidIntentUrl()
toAndroidIntentUrl(
deepLink):string
Defined in: utils/deepLinkWithFallback.ts:40
Convert a frakwallet:// deep link to an Android intent:// URL.
Intent URLs let Chromium browsers open the app directly without showing the "Continue to app?" confirmation bar.
Note: We intentionally omit the package parameter. Including it
causes Chrome to redirect to the Play Store when the app is not
installed, which breaks the visibility-based fallback detection.
Without package, Chrome simply does nothing when the app is
missing, allowing the fallback mechanism to fire correctly.
Format: intent://path#Intent;scheme=frakwallet;end
Parameters
deepLink
string
Returns
string