小米 AOSP 输入法全面屏优化 / Xiaomi AOSP IME Full-Screen Optimization
支持的系统和版本 / Supported System and Version
必须同时满足全部条件
All conditions must be met simultaneously.
- HyperOS
- Android 14~16
- CN 版 / CN ROM
必须同时满足全部条件
All conditions must be met simultaneously.
3/19/2026, 9:02:59 AM
提醒:国际版系统不需要安装这个模块也默认启用输入法全面屏优化,如果隐藏手势提示线之后输入法导航栏按钮消失,可以启用手势 overlay
Note: International versions of the system do not require this module to be installed and already have full-screen input method optimization enabled by default. If the input method navigation bar buttons disappear after hiding the gesture hint line, you can enable gesture overlay.
adb shell cmd overlay enable com.android.internal.systemui.navbar.gesturalFull Changelog: Howard20181/Mi_AOSP_IME@v1.1.1...v1.2.0
3/14/2026, 3:56:59 PM
按钮尽量贴合屏幕圆角
Make the buttons fit as closely as possible to the rounded corners of the screen.
3/14/2026, 8:30:47 AM
修复部分按钮被屏幕圆角挡住的问题
Fixed the issue where some buttons were obscured by the rounded corners of the screen.
3/13/2026, 7:20:04 PM
初始发布
Initial release