0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2025-01-03 14:10:59 +00:00

fixed miui optimization detection

This commit is contained in:
X1nto 2020-07-01 00:28:34 +04:00
parent 64c5faf6ac
commit e58d089d77

View file

@ -15,7 +15,7 @@ object MiuiHelper {
return if (isMiui())
getSystemProps("persist.sys.miui_optimization") == "0"
else
false
true
}
private fun getSystemProps(propname: String): String? {