How to create two entry points to application using deeplink?
问题 I want to create an application which will have two entry points. The first will be a regular entry when the user clicks the app icon. The second one will be through a deeplink which will be sent through push notifications. I used this tutorial to build the deeplink. I tried to use the deeplink to open the second entry point using adb, however I keep getting Activity not started, unable to resolve Intent. Here is my manifest file: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android