mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Update detection of disabled MIUI Optimization
This commit is contained in:
		| @@ -11,7 +11,8 @@ object MiuiUtil { | ||||
|  | ||||
|     @SuppressLint("PrivateApi") | ||||
|     fun isMiuiOptimizationDisabled(): Boolean { | ||||
|         if ("0" == getSystemProperty("persist.sys.miui_optimization")) { | ||||
|         val sysProp = getSystemProperty("persist.sys.miui_optimization") | ||||
|         if (sysProp == "0" || sysProp == "false") { | ||||
|             return true | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user