- User has my app open.
- They hit the home button, resulting in my app closing and going into a "saved state".
- Users uses his device for other things.
- User opens up my app again, resuming from where he left off.
How, in my code, do I detect that the user has resumed from the saved state? Is there a specific iOS4 multitasking NSNotification that I can attach to?