In my application, I use location based service in background. So I need to restart my service when it gets destroyed.
But I got this message in logcat
this worked for me
Add this attribute in android:allowBackup="false" in manifest file in application tag.