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.
我如何使用 Java 代码而不是 XML 来做到这一点?谢谢
android:configChanges="keyboardHidden"
简短的回答:你不能。
长答案:不可能开箱即用,我想你可以反汇编Activity类并研究代码,然后在子类中重写它,但我相信你会遇到比你解决的更多的麻烦。