How to routing in a app when I click a link from email
问题 I want to open my component in Application Android (Nativescript) from a link in email, that is Click here to reset password I have a link like this in email: http://secsystem.domain.tk/v1/resetPassword/11E8FC9 So when I click the link from my mobile browser I need the app Launched in component resetPassword. I use the following code: AndroidManifest.xml <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category