Is It possible to use deeplink in a Module that is used by many other applications?
问题 I'm trying to create an .aar file to be used by other applications. In this module, the user needs to go out of the application due to the payment. I want to open the application after the payment is finished and a button on the website is clicked. If it was in my application, I could easily handle it by adding an intent-filter for deep linking in manifest. But now I don't know how I can read manifest and read the deep link defined on the application. I searched for it and I couldn't find any