1. Foreground process
2. Visible process
3. Service process
4. Background process
5. Empty process
所以应该创建Service来进行长时间的后台工作,而不是创建Thread去做,因为Service Process的优先级要高于Background Process
1. Foreground process
2. Visible process
3. Service process
4. Background process
5. Empty process
所以应该创建Service来进行长时间的后台工作,而不是创建Thread去做,因为Service Process的优先级要高于Background Process