Esdras Beleza wrote:
> I don't know if I understood your advice, but I tried some things like
> that. 
> 
> I tried to put new data into the intent (like a "used" flag) and
> updating the intent with setIntent(updatedIntent). I also tried to
> create an useless new intent and replace the application intent with
> setIntent(newIntent). But every time that I go back to application the
> very first intent is handled again with its original data and then the
> dialog is shown.
> 
> I tried to put some state into my code too, but how could my application
> know the difference between an intent that was sent for the first time
> and an intent that is being sent again? It's my main problem.

Check out this thread from a bit over a week ago:

http://groups.google.com/group/android-developers/browse_thread/thread/d8ea68116c17002a/af9b99df2dd7e03e

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

Android Training...At Your Office: http://commonsware.com/training

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