我正在使用Firebase崩溃报告和Firebase远程配置,但我没有使用Firebase云消息传递。两者的版本都是9.8.0。java.lang.SecurityException: Not allowed to start service Intent { act=com.google.android.c2dm.intent.REGISTER pkg=com.google.android.gms (has extras) } without permission com.google.android.c2dm.permission.RECEI
我正在尝试更新SQLite数据库,收到来自Firebase的通知。当手机处于唤醒状态(屏幕锁定或解锁)时,它会起作用。如何更新我的数据库(我并不是真的想使用Firebase数据库)? public void onMessageReceived(RemoteMessage remoteMessage) {
Long lUserId = Long.
我在我的项目中使用推送通知,它运行良好,但当我的应用程序没有运行时,它就不能工作了。它只显示当我的应用程序打开。public class GCMIntentService extends GCMBaseIntentService {
super(SENDER_ID); * Method called on device registered