Search code examples
androidcocos2d-iphonecocos2d-xsony

How to detect slider open in Xperia Play


i am developing a game on xperia play. Can any one tell me how to detect Slider open for the device.

Thanks


Solution

  • Maybe there are more sophisticated solutions, but you can add to your activity android:configChanges="keyboardHidden" in manifest.

    And handle opening with onConfigurationChanged method.