It's a bad idea to mess with the Android application life cycle. The OS will take care of "pausing" application or keeping any associated background services running if required. If the phone is running out of resources, it will kill off applications based on last usage/task priority.
If you...