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 -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -