Skip to content

Instantly share code, notes, and snippets.

@HankAviator
Last active February 13, 2023 08:10
Show Gist options
  • Save HankAviator/8e7c359c925b880f935dd8d841f49353 to your computer and use it in GitHub Desktop.
Save HankAviator/8e7c359c925b880f935dd8d841f49353 to your computer and use it in GitHub Desktop.
Open a page with Alipay

To use Alipay to open a page, use the following URL scheme:

alipays://platformapi/startapp?appId=20000067&url=[encoded_url]

[encoded_url] can be a QR code content.

This URL can be opened with Tasker's "Browse URL" or adb shell am start -a [action] -d [uri] [packagename]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment