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
A solution would be to get the ContentResolver from the context
ContentResolver
context
ContentResolver contentResolver = getContext().getContentResolver();
Link to the documentation : ContentResolver