From fa67cbf18bc43ff8cda34b91acdb43feb1214777 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Fri, 20 Jul 2018 12:22:33 -0500 Subject: Remove SuperSU Change-Id: I2ca7580bbde5a8903b9ba5c1513ddba887e8d49e --- prebuilt/install-recovery.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 prebuilt/install-recovery.sh (limited to 'prebuilt/install-recovery.sh') diff --git a/prebuilt/install-recovery.sh b/prebuilt/install-recovery.sh deleted file mode 100644 index f62cf0b96..000000000 --- a/prebuilt/install-recovery.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/system/bin/sh - -# If you're implementing this in a custom kernel/firmware, -# I suggest you use a different script name, and add a service -# to launch it from init.rc - -# Launches SuperSU in daemon mode only on Android 4.3+. -# Nothing will happen on 4.2.x or older, unless SELinux+Enforcing. -# If you want to force loading the daemon, use "--daemon" instead - -/system/xbin/daemonsu --auto-daemon & - -# Some apps like to run stuff from this script as well, that will -# obviously break root - in your code, just search this file -# for "install-recovery-2.sh", and if present, write there instead. - -/system/etc/install-recovery-2.sh -- cgit v1.2.3