I have 2 variants of the same app installed on my Android device which have the same package id but different application id. I am not able to launch the application using the shell command whose application id is different than the package id.
I am aware of the following command to launch app
adb shell am start -n com.package.name/com.package.name.ActivityName
You can simply invoke
and