public int onStartCommand(Intent intent, int flags, int startId) { return START_STICKY;// START_STICKY服务会自动重启 }