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
import android.content.Context; import android.content.ContentResolver; context = (Context)this; ContentResolver result = (ContentResolver)context.getContentResolver();