• 2022-05-29
    通过bindService方式开启服务,服务生命周期是()。
    A: onCreate() onStart() onBind() onDestroy()
    B: onCreate() onBind() onDestroy()
    C: onCreate() onBind() onUnBind() onDestroy()
    D: onCreate() onStart() onBind() onUnBind() onDestroy()