android - 如何深入链接到Android中的Amazon Shopping应用程序的产品页面?

标签 android android-intent android-activity amazon deep-linking

使用Intents / Activities,如何以编程方式将Amazon Shopping应用程序深层链接/启动到Android中特定产品的登录页面?

最佳答案

您能否提供有关您要完成的工作的更多信息?

执行深层链接会将用户引导至深层链接所对应的特定应用程序和内容。您可以在Google文档中查看更多信息-https://developers.google.com/app-indexing/android/app

关于android - 如何深入链接到Android中的Amazon Shopping应用程序的产品页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33577880/

相关文章:

java - 无法通过 Crashlytics 启动 Activity ComponentInfo{..} : java. lang.NullPointerException。无法重现

c# - 无法启动应用程序

android - Scrollview 和 layout_constraintHeight_max 使 View 消失

android - 不应调用 WebView.addJavascriptInterface

android - 将 UI 控件从 Activity 传递到类

android - 为什么 OnNewIntent() 中的代码会执行两次?

android - 在 Android 上录制视频时拍照

java - 上下文需要 FLAG_ACTIVITY_NEW_TASK 但我已经设置了该标志

android - Google 云端硬盘 + ACTION_GET_CONTENT

android - 通过 Intent 传递可分割对象的实例是否会泄漏内存?