我一直在尝试检查用户可能会做什么,并且在我的服务中捕获了NullPointerException,当用户设置通知时,我的服务可以在时间到来时通知用户,然后用户关闭应用程序最近的应用程序,它崩溃了,我通过try和catch确实处理了错误,但问题是我如何获得意图传递给服务的信息?最重要的是如何解决这个问题?
这是错误:
08-04 13:28:04.863: E/AndroidRuntime(3380): java.lang.RuntimeException: Unable to start service
com.example.myapp.Service_reminder@b4ef5228 with null: java.lang.NullPointerException
我搜索过并发现:
Android service crashes after app is swiped out of the recent apps list
当我去关于前台服务的android指南时,它说其中一个函数已被弃用。