Re: [android-developers] Re: call an activity of another package

2016-05-24 Thread TreKing
On Mon, May 23, 2016 at 1:19 AM, Arun Kumar wrote: > i have a package name as well as class name but i cant open that package > with particular activity... > How do i done ? > Use an intent that the other app has published as an expected interface for interacting with

Re: [android-developers] Re: call an activity of another package

2009-12-09 Thread nvstp
Thanks very much. It helps me a lot. [?][?][?][?][?][?] On Tue, Dec 1, 2009 at 08:30, dane131 orestis...@gmail.com wrote: oh mate you were right..just fixed this i.setComponent(new ComponentName (aexp.share.sharedapp2,aexp.share.sharedapp2.SharedApp2)); and it worked...thought that the