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???
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…