android:configChanges screen

android:configChanges="keyboardHidden|orientation"

or for Android 3.2 (API level 13) and newer:

android:configChanges="keyboardHidden|orientation|screenSize"
 
public void onConfigurationChanged(Configuration newConfig) 

你可能感兴趣的:(android:configChanges screen)