开发者

Why should I use startActivity in a Service

Why should I use startActivity() in a Service? If I need an Activity a have to call an act开发者_C百科ivity and if I need a "delayed activity" I have to use the notification. So, why should I use startActivity()?


why should I use startActivity() in a Service?

Generally, you should not use startActivity() from a Service.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜