【发布时间】:2014-05-18 16:27:15
【问题描述】:
我正在从我的应用程序上传一些多媒体并在服务中使用 START_STICKY 来保持我的应用程序活动。问题是当我从最近的任务中删除我的应用程序时,服务会重新启动,导致我的上传被取消!
I dont want my service to be restarted when the app is removed from the recent task And
keep the uploading going on And then inform back to my app. How to do.
【问题讨论】: