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 Mike....It will be easier for us to help!

Cheers!

On Jan 11, 2:24 am, BiiG <[email protected]> wrote:
> I hav an app that is like a relational database. There is a main app
> activity that users manage things with. There is also a widget that
> will display important info and add data to the database. When the
> widget is clicked, a configure class displays a way for the user to
> edit data. When the configure activity is done, the widget is updated
> and instead of going back to the home screen, the apps main activity
> is started. I can't find where the main activity is being called from.
> Wouldnt I have to create an intent and startActivity() to get this
> behavoir? When done updating, I want the home screen and not my app.
>
> Thanks,
> Mike
-- 
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