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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -