Capture the data provided by Intent
问题 On this page: https://developer.android.com/training/app-links/deep-linking, in the 'Read data from incoming intents' section, Google mentions: Once the system starts your activity through an intent filter, you can use data provided by the Intent to determine what you need to render. Call the getData() and getAction() methods to retrieve the data and action associated with the incoming Intent. And that's exactly what I'm trying to do, but, I'm unable to get help. In this activity of mine: