I had strange behavior with my app with landscape orientation, when i press the power button of my device the activity was paused then create and resume the activity but the device screen is still off, if i press the power button again the activity resume again.
---------
When power button pressed the log display: (Screen go off)
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
After power button pressed again the log display: (Screen back on)
** Activity (main) Resume **
----------
I've tried Erel's Asteroid gameview example that use landscape orientation and the issues above is also occurred too, tested with Lenovo A800 (ICS) and Samsung G-Tab 7" P1000 (Gingerbread).
Is there any solution for this issue? the samsung appstore reject one of my app that use landscape orientation for this reason
---------
When power button pressed the log display: (Screen go off)
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
After power button pressed again the log display: (Screen back on)
** Activity (main) Resume **
----------
I've tried Erel's Asteroid gameview example that use landscape orientation and the issues above is also occurred too, tested with Lenovo A800 (ICS) and Samsung G-Tab 7" P1000 (Gingerbread).
Is there any solution for this issue? the samsung appstore reject one of my app that use landscape orientation for this reason