When android service is restarted by the OS due to Sticky flag, is intent passed to it? -
public int onstartcommand(intent intent, int flags, int startid) { }
when service started, pass intent startservice function. when service restarted os due sticky flag, same intent passed start service passed onstartcommand again or null?
intent passed again if request start_redeliver_intent
what start_sticky,start_not_sticky , start_redeliver_intent service
Comments
Post a Comment