-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: 低版本安卓无自动暗黑模式 #317
Comments
下个版本可以取消屏蔽,对安卓不了解,之前看文档说是10才支持就做了处理 |
实际是安卓10原生系统才正式提供了磁贴切换方式,但安卓9在开发者模式中就可以切换的.甚至有些第三方定制比如魅族在安卓7就提供了切换开关. |
已在v1.2.0开放该选项 |
likaiqiang
pushed a commit
to likaiqiang/lx-music-mobile
that referenced
this issue
Apr 9, 2024
(cherry picked from commit cb71524)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
解决方案检查
预期行为
可以跟随系统暗黑模式设定,包括系统自带(安卓10及以上),通过第三方app(安卓4.1及以上)
实际行为
安卓10以下跟随系统亮暗模式切换主题选项被隐藏(应该是作者故意为之?)
导致无法自动切换暗黑模式
Lx Music 版本
1.1.0 arm64
最后正常的版本
No response
操作系统版本
android 10 以下
附加信息
尽管安卓10以下系统未提供开关切换暗黑模式,但可以通过一些第三方app做到.如深色模式切换
因为只是修改一个系统prop值,而这个值实际在安卓4.1就已经存在.所以理论上安卓4.1以上都是可以通过读取这个值跟随系统暗黑模式设定的
最低在miui安卓7上实测通过第三方app切换方式无需root和常驻后台就可以使有此功能的绝大部分app正常自动跟随切换(除了极少数人为限制的),与安卓10及以上系统自带的相比几乎没有差别
所以lx不应该也没必要限定安卓10以下无法使用此功能
The text was updated successfully, but these errors were encountered: