I\'m getting this exception on a 4.4.2 device. Not reproducible on Android 4.3 device or lower.
Setup is I have a home activity (subclass of support ActionBarA
ActionBarA
I was getting this exception even when using onResume(), so I ended up overriding onPostResume() and starting activity from there, and the exception is gone. Not sure if this is an ideal solution, but still...
onResume()
onPostResume()