I want to open another app and open a specific page in it! in their guide they said to use the bellow for default action
android.intent.action.VIEW
and use a kind of intent, which didn't get which, like bellow to go to that specific page:
somecompany://details?id=com.example.calendar
but i don't know how! And i tryed a ton of solutions but coudn't do it !
Thanks for your help.