how to increase backgroundTimeRemaining
how to increase backgroundTimeRemaining so because of that my application will get remain in background ,if you have any other way to run pro开发者_Python百科gram in background please tell me .... other wise i want my application wake after call connected or disconnected in background .... without coming it on foreground ....
suggestion appreciated ...
This is fortunately not possible.
Executing Code in the Background
Specifically the section entitled Implementing Long-Running Background Tasks
You can also try Push notifications
精彩评论