jjzjj

RealmChangeListener

全部标签

android - 在 NotificationListenerService 中更新 Realm 时,不会调用 RealmChangeListener

我正在扩展NotificationListenerService上进行Realm插入,像这样:publicclassNLServiceextendsNotificationListenerService{@OverridepublicvoidonNotificationPosted(StatusBarNotificationsbn){//buildingrealmObjectheremRealm=Realm.getDefaultInstance();RealmHelper.saveObj(myRealmObject,mRealm);//mRealm.waitForChange();/m