像 Spotify 那样的深层链接

Deep linking like Spotify does

我正在尝试将 link 内容深入到我的 Android 应用程序中,我已经看到 Spotify 使用的这种模式:

spotify:user:123456789:playlist:0n7j9BqAXsGvyXz70f98Ld

如何在应用程序上实施、接收和解析 Activity

Spotify 显示的示例是使用 URI scheme redirect, but another option is to use Android App Links.

完成的

我的建议是使用像Branch这样的开源SDK。