开发者

Android: Can background Activities execute code?

开发者 https://www.devze.com 2023-01-07 18:21 出处:网络
Are Activities in the background considered \"running\" (and can e开发者_如何学编程xecute code) or are they in a suspended state?They are paused: Activity Life Cycle, so you cannot execute code from t

Are Activities in the background considered "running" (and can e开发者_如何学编程xecute code) or are they in a suspended state?


They are paused: Activity Life Cycle, so you cannot execute code from there.

Android: Can background Activities execute code?

0

精彩评论

暂无评论...
验证码 换一张
取 消