本文介绍了小米Redmi注意事项3自定义服务无法正常工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
小米Redmi注意事项3,当您从后台清除应用程序时,使用代码创建的任何自定义服务都会被禁用,三星和其他手机不会发生此问题,而类似手机也会发生这种情况.
Xiaomi Redmi Note 3 ,Any Custom service creating using code is disable when you clear application from background, issue not happen in samsung and other phone but happen in similar phones.
推荐答案
您需要将您的应用添加到受保护的应用"列表中.在不同的手机上,这是在不同的地方,请尝试在设置->安全"中查找.您需要明确允许您的应用在后台运行.
You need to add your app to the list of "protected apps". On different phones this is in different places, try looking in "settings->Security". You need to explicitly enable your app to run in the background.
这篇关于小米Redmi注意事项3自定义服务无法正常工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!