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:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation
但问题仍然是硬件键盘,它强制它进入横向模式。即使打开硬件键盘,如何将启动器锁定为纵向模式。