[android-developers] Re: App widget configue activity opens main activity.

2010-01-11 Thread BiiG
Yes... that was it. I was comming on to update for the group because I fixed it and saw your suggestion. The main activity didn't have a finish() anywhere. I added an exit button that called it and everything was good. Thanks On Jan 10, 11:51 pm, deeMurthy darshana.mur...@wipro.com wrote: Hi

[android-developers] Re: App widget configue activity opens main activity.

2010-01-10 Thread deeMurthy
Hi Mike You can call finish() at the end of your onCreate() method and check. Otherwise, see what intent filters are given for your main activity in the manifest file..it could be the culprit Post your code around MikeIt will be easier for us to help! Cheers! On Jan 11, 2:24 am, BiiG