What is the difference between getContext() , getApplicationContext() , getBaseContext() , and \"this\"?
getContext()
getApplicationContext()
getBaseContext()
this
Though
From this docs
I understood that you should use:
Try using the context-application instead of a context-activity