I am confused:
Is intent.getExtras.getInt()
same as intent.getIntExtra()
?
If I start my service using START_REDELIVER_INTENT
, will the extras
be included in the intent?
I get NullPointerException
on restart of my crashed service, which I find strange....