app本身为android 的桌面launcher,在launcher上打开系统设置app,更改设置里面的字体大小后,返回到launcher,监听不到onConfigurationChanged,反而会重新oncreate activity。
如果不需要oncreate,则需要在清单文件中申明:
android:configChanges="orientation|screenSize|keyboardHidden|fontScale"
app本身为android 的桌面launcher,在launcher上打开系统设置app,更改设置里面的字体大小后,返回到launcher,监听不到onConfigurationChanged,反而会重新oncreate activity。
如果不需要oncreate,则需要在清单文件中申明:
android:configChanges="orientation|screenSize|keyboardHidden|fontScale"
本文标题:onConfigurationChanged无回调响应
本文链接:https://www.haomeiwen.com/subject/wppjuctx.html
网友评论