Remove ProcessPhoenix

This commit is contained in:
topjohnwu
2020-08-22 22:49:03 -07:00
parent 0e5a32b476
commit 31681c9c5f
9 changed files with 22 additions and 96 deletions
+1 -4
View File
@@ -1,13 +1,12 @@
@file:JvmName("a")
package a
import com.topjohnwu.magisk.ProcessPhoenix
import com.topjohnwu.magisk.core.App
import com.topjohnwu.magisk.core.GeneralReceiver
import com.topjohnwu.magisk.core.SplashActivity
import com.topjohnwu.magisk.core.download.DownloadService
import com.topjohnwu.magisk.ui.surequest.SuRequestActivity
import com.topjohnwu.magisk.ui.MainActivity
import com.topjohnwu.magisk.ui.surequest.SuRequestActivity
import com.topjohnwu.signing.BootSigner
fun main(args: Array<String>) {
@@ -28,5 +27,3 @@ class h : GeneralReceiver()
class j : DownloadService()
class m : SuRequestActivity()
class r : ProcessPhoenix()