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???
You can use Context from
onReceive(Context arg0, Intent arg1)of BroadReceiver.