Valid AND-401 Dumps shared by ExamDiscuss.com for Helping Passing AND-401 Exam! ExamDiscuss.com now offer the newest AND-401 exam dumps, the ExamDiscuss.com AND-401 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AND-401 dumps with Test Engine here:
Which one of the following is not a valid name for process state?
Correct Answer: A
Explanation/Reference: Android process states are: 1.Foreground process A process that is required for what the user is currently doing. 2.Visible process A process that doesn't have any foreground components, but still can affect what the user sees on screen. 3.Service process 4.Background process A process holding an activity that's not currently visible to the user (the activity's onStop() method has been called). 5.Empty process A process that doesn't hold any active application components. References: http://developer.android.com/guide/components/processes-and-threads.html