问题
Using Intents/Activities, how can I programatically deeplink / launch the Amazon Shopping app to the landing page of a particular product in Android?
回答1:
Can you provide more information on what you're trying to accomplish?
Executing deep links will lead the user to the specific App and content which the deep link corresponds to. You can see more information in Google documentation - https://developers.google.com/app-indexing/android/app
来源:https://stackoverflow.com/questions/33577880/how-to-deeplink-to-product-page-for-amazon-shopping-app-in-android