In android 3.2, it adds a new compatibility zoom mode to give a new way to view fixed-sized apps on larger devices.
When switch fill screen mode(from zoom mode to stretch mode or from stretch mode to zoom mode), the activity will be re-created.
Is there any method to avoid re-creating activity?
Have you tried this in your AndroidManifest.xml
Hope this works for you.