I developed an application on Android 2.3.3. When I click a button in application, I open next Activity via Intent and populate Linear Layout with data in onCreate method. Then I go to the next activity. When I click back button, previous Activity is loaded with all the data. My application works fine on Android 2.3.5, but when I tested it on Android 4.0, the previous activity is missing data.
I also implemented back button action. I call this.finish() on Activity.