How to restart the service when application closed?
问题 I am using the service for sending notifications every 30 sec. When my application is in background mode it is working fine. Every notification receives properly. But when I kill/close my application the service stops and I am not receiving any notification. Anybody have an idea on how to run the service when application is closed or killed? here is my manifest file` `` <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="21" /> <uses-permission android:name="android.permission