Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我确定这是一个“简单”的问题,但我对 android 和 java 完全陌生。基本上,某些属性在以后的版本中已更改,例如:
android:configChanges="keyboardHidden|orientation"
(老)
android:configChanges="keyboardHidden|orientation|screenSize"
(较新)
如果我使用第二个选项,旧版本会怎样?他们会正常工作吗?
在旧版本的 android 中,该screenSize属性将被忽略。您可以configChanges在所有版本中使用第二个。
screenSize
configChanges