android - getSharedPreferences() is not recognized in the class extended from BroadcastReceiver -


i use sharedpreferences in class extended broadcastreceiver. method getsharedpreferences(prefname, mode_private); not recognized. how can retrieve sharedpreferences in broadcastreceiver class? thanks

you need context retrieve sharedpreferences. onreceive gives context


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -