mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-15 15:02:00 +00:00
Use daemon state to determine late prop hiding
This commit is contained in:
@@ -247,7 +247,7 @@ int launch_magiskhide() {
|
||||
return DAEMON_ERROR;
|
||||
|
||||
hide_sensitive_props();
|
||||
if (pfs_done)
|
||||
if (DAEMON_STATE >= STATE_BOOT_COMPLETE)
|
||||
hide_late_sensitive_props();
|
||||
|
||||
// Initialize the mutex lock
|
||||
|
Reference in New Issue
Block a user