Android - Start service on boot

前端 未结 7 1232
温柔的废话
温柔的废话 2020-11-22 16:05

From everything I\'ve seen on Stack Exchange and elsewhere, I have everything set up correctly to start an IntentService when Android OS boots. Unfortunately it is not start

7条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 16:37

    I've had success without the full package, do you know where the call chain is getting interrupted? If you debug with Log()'s, at what point does it no longer work?

    I think it may be in your IntentService, this all looks fine.

提交回复
热议问题