NetLive
NetLive copied to clipboard
MyBroadcastReceiver NullPointerException
At least on one of my test devices, I saw a null pointer in logcat.
I think it's safer to use the context that comes into the Receiver class instead....
SharedPreferences sharedPref = PreferenceManager.getDefaultSharedPreferences(context.getApplicationContext())
@RoundSparrow Can you submit a PR for this?