Skip to content

Commit

Permalink
Several improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Feb 6, 2017
1 parent e7c314f commit 06d3b94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jni/sepolicy-inject
3 changes: 3 additions & 0 deletions scripts/magic_mask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,9 @@ case $1 in
exit
fi
run_scripts service

# Start MagiskHide
[ "`getprop persist.magisk.hide`" = "1" ] && sh $COREDIR/magiskhide/enable
;;

esac

0 comments on commit 06d3b94

Please sign in to comment.