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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to