Fix several small issues

This commit is contained in:
topjohnwu
2017-05-05 04:16:00 +08:00
parent 693848280b
commit d66c284bed
8 changed files with 47 additions and 34 deletions

View File

@@ -57,9 +57,6 @@ void launch_magiskhide(int client) {
hideEnabled = 1;
if (init_resetprop())
goto error;
if (client != -1) {
if (setprop("persist.magisk.hide", "1"))
goto error;