Broadcast: Intent { act=android.intent.action.KILL_BACKGROUND_SERVICE.com.xxx.VoiceAssistant flg=0x10 (has extras) } ordered=false
请教一下:系统通常在什么情况下会发送 这样的广播呢?act=android.intent.action.KILL_BACKGROUND_SERVICE……
RE: 系统会在内存不足的情况下会发送此广播。
系统广播 android.intent.action.KILL_BACKGROUND_SERVICE
原文:http://www.cnblogs.com/zl1991/p/5203607.html