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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -