Feature used in Android OS to close running application and put it in so called Stop State when it does not work and does not receive any broadcasts.
Feature used in Android OS to close running application and put it in so called Stop State when it does not work and does not receive any broadcasts. Application in Stop State must be explicitly started by user in order to change its state. All the newly installed application are in Stop State until their activities or services are started manually by user or by other activity. This feature was introduced in Android 3.1.