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