The back button does nothing! My app starts this new UI via
Intent geoIntent = new
Intent(Intent.ACTION_VIEW,Uri.parse("geo:
1,-1"));
startActivity(geoIntent);
I don't believe I have done anything funky in my manifest.
Peace,
Scott
On Oct 22, 4:44 pm, Mark Murphy <[email protected]> wrote:
> stanlick wrote:
> > I am starting an external activity from my application and would like
> > the back button to return the user to the point in my application
> > where they started the activity. Is this possible?
>
> It should already return to where the user left off in your application,
> unless you did something funky in your manifest.
>
> If that is not what you are seeing, could you provide a bit more detail?
>
> --
> Mark Murphy (a Commons
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> Android App Developer Books:http://commonsware.com/books.html
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---