I want to know the context in which getContentResolver() is called?
getContentResolver()
I have a scenario like this: I have an activity A that calls a method myFu
myFu
getContentResolver() is method of class android.content.Context, so to call it you definitely need an instance of Context ( Activity or Service for example).
android.content.Context