I have a Live Android application, and from market i have received following stack trace and i have no idea why its happening as its not happening in application code but it
When i use startactivity in one fragment, i will get this exception;
When i change to use startactivityforresult, the exception is gone :)
So the easy way to fix it is use the startActivityForResult api :)