Documentation for this section has not yet been entered.
This can be called by an application in BroadcastReceiver.OnReceive(Context, Android.Content.Intent) to allow it to keep the broadcast active after returning from that function. This does not change the expectation of being relatively responsive to the broadcast (finishing it within 10s), but does allow the implementation to move work related to it over to another thread to avoid glitching the main UI thread due to disk IO.