Hi all,

I experience something slightly confusing in the 2.0 emulators (tried 
several variants):

One of my apps is somewhat similar to Market in structure in that it is 
a ListActivity that keeps creating new Intent(this, xxx.class); of 
itself with various .putExtra(); that presents data in appropriate ways.
In the Manifest there is also an intent-filter for action.SEARCH that 
triggers onSearchRequested() and then onCreate() checks for 
Intent.ACTION_SEARCH - pretty straight forward IMHO and it has also 
worked exactly as intended up to and including 1.6 (where the new search 
stuff seemed to integrate as expected).

However, in 2.0 I don't get back to the previous ListActivity when I 
have used the search key to show something and then press the Back key. 
The back key takes yet another step back.

Is this related to some other Back key issues I've seen mentioned here, 
an intended new behaviour that I must handle differently in 2.0 or some 
kind of bug that needs reporting. I don't have any kind if special key 
listening going on at all.

                        Best / Jonas

PS. Lack of account handling and hardware to test Bluetooth on really 
makes the emulation testing a pain - I'd love a Moto Droid over here. 
Any suggestions as to how I can get my hands on one soon would be much 
appreciated...

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