Develop Alarm Application

前端 未结 4 1253
暗喜
暗喜 2020-12-20 12:34

I\'d like develop an Alarm Application. The application should work like this:

  • launch it
  • the activity show me the time
  • I can set the alarm
4条回答
  •  -上瘾入骨i
    2020-12-20 13:16

    I had a similar problem and I resolved removing the receiver from manifest and set in my code registering him with registerReceiver.

提交回复
热议问题