How to Run a handler in background?

后端 未结 0 926
小鲜肉
小鲜肉 2021-02-06 09:56

How to run a runnable handler in background? Even the app is minimized, the handler will still run? I tried this

new Handler().postDelayed(new Runnable() {
@Overr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题