Reputation: 1
I have a SharedPreference that I need to reset itself to its initial value after the phone reboots... any ideas?
Upvotes: 0
Views: 329
Reputation: 177875
You could look into the BOOT_COMPLETED broadcast action, and reset the preference from your receiver.
Upvotes: 1