私が呼び出すと、それが呼び出され、その後に が続くことがthis.startService(new Intent(this, Some_Service.class));
わかります。 onCreate()
onStartCommand()
コードが完了したらどうなりますonStartCommand()
か?. 自動的に呼び出して停止しますか
? それとも、それを達成するために
電話する必要がありますか?Service
onDestroy()
this.stopService(new Intent(this, Some_Service.class));