标签: android
为什么不可能?
@Override protected void onDestroy() { startService(new Intent(getApplicationContext(), notificationService.class)); super.onDestroy(); }
当应用程序没有运行时,我真的需要执行一项服务。