-
QZMusic 横屏适配版 v2 (versionCode=9) Pre-Release
released this
2026-07-11 03:16:46 +08:00 | 0 commits to dev since this release横屏适配 v2 - 修复黑屏
修复内容
本次使用二进制补丁方式,只修改AndroidManifest.xml中的两个整数值,保持原始APK所有其他文件完全不变(classes.dex、resources.arsc、native库等),从根本上解决了apktool重建导致的黑屏问题。
修改详情
- screenOrientation: portrait(1) -> fullSensor(10),支持横竖屏自由切换
- versionCode: 8 -> 9
- versionName: 保持 v2-canary-12-5-pre
技术方案
直接解析二进制AXML格式,精确定位screenOrientation属性的typed_value位置,修改其data字段。原始APK的516个文件中,只有AndroidManifest.xml被替换,其余文件字节完全一致。
安装
需先卸载旧版本(签名不同)
Downloads