I am receiving this exception in LogCat every time I press the Back button in my app:
Back
Activity has leaked ServiceConnection com.android
Just put
mChecker.onDestroy();
on your onDestroymethod of the activity that declares and uses the mChecker.
onDestroy
While Google's code in LicenceChecker looks like this:
LicenceChecker
public synchronized void onDestroy() { cleanupService(); mHandler.getLooper().quit(); }