ayier1 / worktime

Automatically exported from code.google.com/p/worktime
0 stars 0 forks source link

Screen rotation will recreate activity #202

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Rotating the screen will recreate every activity.

Before this has been solved with the configChanges 'orientation|keyboardHidden' 
in the Android Manifest file.

Since 4.x this is not enough anymore, the configChanges should now be: 
'orientation|keyboardHidden|screenSize'.

This is still comptabile with pre 4.x Android OS versions.

Original issue reported on code.google.com by dirkvran...@gmail.com on 11 Mar 2013 at 6:59

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 14 Mar 2013 at 5:16