我有表说学生.我想更新表中的值,它没有任何主键.我正在使用Realm数据库.
NotificationManager notificationManager = (NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE);
notificationManager.notify();
Run Code Online (Sandbox Code Playgroud)
是否有任何理由无法解决通知.我没有得到任何线索,为什么它说"无法解析符号通知()"
请提前帮助谢谢:)