美文网首页
Processes and Application Lifecy

Processes and Application Lifecy

作者: z_k | 来源:发表于2019-02-14 14:51 被阅读0次

    不同的组件(如Activity, Service, and BroadcastReceiver)会对 APP 进程的生命周期有不同的影响。
    系统可能根据内存使用情况随时杀掉APP进程,具体优先级如下:

    1. foreground process
    2. visible process
    3. service process
    4. cached process
      系统维护着一个 pseudo-LRU list。

    相关文章

      网友评论

          本文标题:Processes and Application Lifecy

          本文链接:https://www.haomeiwen.com/subject/zznseqtx.html