Changes

Jump to: navigation, search
Inter-Process Dependencies
The situation with regard to determining the highest priority process is slightly more complex than outlined in the preceding section for the simple reason that processes can often be inter-dependent. As such, when making a determination as to the priority of a process, the Android system will also take into consideration whether the process is in some way serving another process of higher priority (for example a service process acting as the content provider for a foreground process). As a basic rule, the Android documentation states that a process can never be ranked lower than another process that it is currently serving.
 
<google>BUY_ANDROID</google>
== The Activity Lifecycle ==

Navigation menu