hi , i have a problem.
i have two apk a.apk and b.apk.
the b just installed , i don't know any information about it , just
know  package name is "com.b"
now a.apk have a button , i wnat call b.apk on button was clicked .
how to get it??
i find the code about this. but. i don't know b.apk's class . help.
thx

the code
Intent intent = new Intent();
intent.setClassName(“package name”,“the package's class”);
androidres.startActivity(intent);

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to