mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 15:41:54 +00:00
Implement Magic Mount
This commit is contained in:
@@ -60,8 +60,10 @@ void launch_magiskhide(int client) {
|
||||
if (init_resetprop())
|
||||
goto error;
|
||||
|
||||
if (setprop2("persist.magisk.hide", "1", 0))
|
||||
goto error;
|
||||
if (client != -1) {
|
||||
if (setprop("persist.magisk.hide", "1"))
|
||||
goto error;
|
||||
}
|
||||
|
||||
hide_sensitive_props();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user