I am wondering how to start an another app from my app using package name.
I have package name in string format like
String pkgName = "com.example.appName";
That is why i am unable to fetch class name or any other valuable details from it which i can use to make a proper intent to start an activity.
Any idea how to solve this problem. Please Help!!
Thanks.