1.android:configChanges
如果配置了这个值,比如"orientation",在屏幕旋转时会调用Activity的onConfigurationChanged,而不是调用onCreate
05-02 05:21