即使在设备被锁定后仍继续在Android中下载

时间:2016-06-02 20:15:46

标签: android android-notifications android-wake-lock android-powermanager

即使在设备锁定后如何继续下载任务(按电源按钮)。 我尝试从Play商店安装应用程序,在下载过程中我锁定了设备,但它仍然继续下载而没有任何中断,并且在锁定屏幕上可见,如下面的屏幕截图所示。 我们如何以编程方式实现此目标?

enter image description here

1 个答案:

答案 0 :(得分:0)

如果您希望任务继续运行,即使您的活动未处于活动状态,也需要使用Servicehttps://developer.android.com/guide/components/services.html。 Play商店可能正在使用服务来保持下载在后台运行,而通知则会在锁定屏幕上显示状态。 https://developer.android.com/guide/topics/ui/notifiers/notifications.html