In my app,i want to use Shared Preferences inside a broadcast receiver...But i cant access the getPreferences() method inside...
SharedPreferences sharedPreferences = getPreferences(MODE_PRIVATE);
I cant call with the context object...any other method???