标签: android service restart
我的应用程序中有一项服务,并按如下方式启动
Intent intent = new Intent(this, Prueba.class); startService(intent);
此外,您的方法返回onStartCommand STAR_STICKY;
但是,每次关闭应用程序时,服务都会重新启动。至于服务不重启并继续运行?
答案 0 :(得分:0)
请查看它可能对您有用:
http://developer.android.com/reference/android/app/Service.html#ServiceLifecycle