【问题标题】:My service is restarted each time the application is closed每次关闭应用程序时我的服务都会重新启动
【发布时间】:2014-01-15 06:06:11
【问题描述】:

我的应用中有一个服务,按如下方式启动它

Intent intent = new Intent(this, Prueba.class);
startService(intent);

另外,你的方法返回 onStartCommand STAR_STICKY;

但是,每次我关闭应用程序时,服务都会重新启动。至于服务不重启继续运行?

【问题讨论】:

    标签: android service restart


    【解决方案1】:

    【讨论】: