摘要: 上次我写过一个关于Android服务检测的,结果那段代码是错误的,根本不能实现,我现在重新发一段正确的。这次我把检测写成一个服务(Service),使用时在Activity里面调用就行了。import android.app.Service;import android.content.Context;import android.content.Intent;import android.os.IBinder;import android.telephony.PhoneStateListener;import android.telephony.ServiceState;import and 阅读全文