Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在 Android 中开发一个播放警报的应用程序。它可以在重启手机后重置警报。但是有一个问题,即使没有设置警报,它也正在运行警报。请帮我。
您应该在指令运行之前检查您的“if”语句是否正确,或者您的清单中是否没有注册“ON_BOOT_RECEIVER”广播。
另一个解决方案是使用 System.out.println() 调试您的代码,以检查每个变量状态或每个步骤。