问题 Sorry if my title did not match to what my questions is. I have created a Android Library, in which I have a Room database, As there should be only one instance of Room database, I have OfflineDatabaseManager getInstance method which provides the instance to the Android project which accesses it by passing the context. I have context within the Android project and I can pass it. I want to listen to changes happening on the database table within the library so I can do something with it, I