android - onConfigurationChange() is not called -


I've found that in my app, change to configuration () is not a call. In the manifest, I enter:

  android: configChanges = "keyboardHidden"   

I want to change the configuration when the keyboard is hidden To call. Why is this not called?

The method is not called when I force to hide the keyboard?

This question has been asked many times, a common answer is:

 < Code> android: configChanges = "Orientation: KeyboardHind" instead of "AdWords": configChanges = "keyboardHidden"   



Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

ruby on rails - Convert a Activerecord result with has_one associations into a single hash per record -

javascript - Read complete data from stream from onMessage -