General android question:
When the android app is woken from background, the broadcast receiver has the limit for ~10seconds to perform whatever it needs to do (for longer running task I delegate it to Wakeful-IntentService).
My question is does these 10 second also include time taken for app's onCreate to finish its execution or excluded from that?