设置Activity的android:configChanges时,切屏会重新调用各个生命周期;设置android:configChanges="keyboardHidden|orientation"或不设置,横竖屏切换时也会执行onCreate各一次,并且不会执行onConfigurationChanged;设置android:configChanges="orientation|screenSize" ,不会执onCreate,会执行onConfigurationChanged。

android:configChanges下属性代表的意思:

Value
Description

“mcc“
The IMSI mobile country code (MCC) has changed — that is, a SIM hasbeen detected and updated the MCC.移动国家号码,由三位数字组成,每个国家都有自己独立的MCC,可以识别手机用户所属国家。

“mnc“
The IMSI mobile network code (MNC) has changed — that is, a SIM hasbeen detected and updated the MNC.移动网号,在一个国家或者地区中,用于区分手机用户的服务商。

“locale“
The locale has changed — for example, the user has selected a new language that text should be displayed in.用户所在地区发生变化。

“touchscreen“
The touchscreen has changed. (This should never normally happen.)

“keyboard“
The keyboard type has changed — for example, the user has plugged in an external keyboard.键盘模式发生变化,例如:用户接入外部键盘输入。

“keyboardHidden“
The keyboard accessibility has changed — for example, the user has slid the keyboard out to expose it.用户打开手机硬件键盘

“navigation“
The navigation type has changed. (This should never normally happen.)

“orientation“
The screen orientation has changed — that is, the user has rotated the device.设备旋转,横向显示和竖向显示模式切换。

“fontScale“
The font scaling factor has changed — that is, the user has selected a new global font size.全局字体大小缩放发生改变


更多相关文章

  1. android项目案例5- 基于Android studio的android用户登陆
  2. Android加载大图Bitmap发生OOM(Out Of Memmory Error)解决方案
  3. Android用户界面 UI组件--TextView及其子类(一) TextView
  4. Android下uid与多用户释疑
  5. Android下uid与多用户释疑(一)
  6. Android 用户界面
  7. Android 月活跃人数超过10亿用户了,我却审美疲劳了

随机推荐

  1. Hierarchy Viewer
  2. Android核心基础-3.Android(安卓)开发环
  3. Android Webkit 解读 WebKit – WebKit F
  4. Android架构分析之LOG模块
  5. Android(安卓)Shader应用开发之雷达扫描
  6. Android(安卓)Kit
  7. android 最全 各种UI效果 UI框架 github
  8. Android实现透明式状态栏
  9. android 向web服务器发送post请求并获取
  10. android 4.1源码下载方法