Re: [android-developers] Activity from app A showing on app B TabHost Activity.

2011-11-10 Thread Dianne Hackborn
Hosting embedded activities across applications is really not supported. And I strongly, strongly discourage you from using a sharedUserId. You will mostly likely regret it. On Wed, Nov 9, 2011 at 1:21 PM, rodrigo lopez wrote: > Hello Guys > > I am trying to invoke a ListView from external ap

[android-developers] Activity from app A showing on app B TabHost Activity.

2011-11-09 Thread rodrigo lopez
Hello Guys I am trying to invoke a ListView from external app (we will call A) and putting in TabActivity from app (we will call B). I used shareId in both Applications . everything at this time works perfect. .I can see my ListView from APP A inside of my TabHost from APP B . the problem is th