Can somebody please throw some light on the arcane error “Failed to
set top app changed”, by the activity manager?
I’m wondering what causes this error. In one of my application I’m
making a view fullscreen and then switching back. For the first time
things are ok but then if i try to make the view full screen again, I
get a crash and the error mentioned above is found on logcat.
Any help is greatly appreciated.
Reagrds,
M
I just encountered this problem today myself.. let me tell you what did the trick for me… maybe it will help you too.
anyway in my case it crashed because i overrided onActivityResult and inside that event i tried to do this:
this is old code that got left in the application.. after deleting this everything worked as expected.
hope this helps in some way.