stanlick wrote:
> 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.

In the source code to my original Android book, look at
Activities/Launch. That does what you do (except it grabs the lat/lon
out of EditText widgets). That demo has always worked with the back
button. I just tried it on a 1.6 HVGA emulator, and it still works.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_
Version 1.1 Available!

--~--~---------~--~----~------------~-------~--~----~
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