Service pauses on screen lock

前端 未结 3 608
说谎
说谎 2021-01-26 19:02

For testing purposes i have made a service that beeps every 1 minute. (No client-server interface yet). It beeps okay when the screen in on, but when it goes to sleep the beepin

3条回答
  •  独厮守ぢ
    2021-01-26 19:18

    You have to use the AlarmManager, there are plenty of posts here on stackoverflow.

提交回复
热议问题