在我的通知监听器中,当收到来自gmail的通知时,我无法获取键值[android.text]的值。它对于大多数通知都工作得很好,但是对于gmail,它抛出了异常,如下所示。W/Bundle: Key android.text expected String but value was a android.text.SpannableString.W/Bundle: Attempt to cast generated internal exceptio
我正在使用Android4.4中的通知监听服务,我遇到了一个错误,导致我的应用程序停止发布通知。W/ContextImpl﹕ Calling a method in the system process without a qualified user: android.app.ContextImpl.sendOrderedBroadcast:1183
android</