0
我正在運行一個運行SensorListener的IntentService。似乎不可能停止應用內其他活動的服務。如何在運行SensorListener時停止IntentService
是否有任何阻止服務外的IntentService?
此外,由於Listener是唯一正在運行(使應用程序停止運行),是否可以從其他活動註銷Listener?
謝謝!
我正在運行一個運行SensorListener的IntentService。似乎不可能停止應用內其他活動的服務。如何在運行SensorListener時停止IntentService
是否有任何阻止服務外的IntentService?
此外,由於Listener是唯一正在運行(使應用程序停止運行),是否可以從其他活動註銷Listener?
謝謝!
現在沒事了。 Commonsware告訴我這裏
BroadcastReceiver within a Service not receiving broadcasts Android
,我被泄露的接收器,不被停止的服務的,因此外觀.. IntentService無法實現接收機