mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 02:25:28 +00:00
Get rid of the final Java file in app
This commit is contained in:
parent
cba26eedb5
commit
2968a1559e
@ -1,10 +0,0 @@
|
|||||||
package a;
|
|
||||||
|
|
||||||
import com.topjohnwu.signing.BootSigner;
|
|
||||||
|
|
||||||
public class a {
|
|
||||||
|
|
||||||
public static void main(String[] args) throws Exception {
|
|
||||||
BootSigner.main(args);
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +1,4 @@
|
|||||||
|
@file:JvmName("a")
|
||||||
package a
|
package a
|
||||||
|
|
||||||
import com.topjohnwu.magisk.ProcessPhoenix
|
import com.topjohnwu.magisk.ProcessPhoenix
|
||||||
@ -7,6 +8,11 @@ import com.topjohnwu.magisk.core.SplashActivity
|
|||||||
import com.topjohnwu.magisk.core.download.DownloadService
|
import com.topjohnwu.magisk.core.download.DownloadService
|
||||||
import com.topjohnwu.magisk.legacy.surequest.SuRequestActivity
|
import com.topjohnwu.magisk.legacy.surequest.SuRequestActivity
|
||||||
import com.topjohnwu.magisk.ui.MainActivity
|
import com.topjohnwu.magisk.ui.MainActivity
|
||||||
|
import com.topjohnwu.signing.BootSigner
|
||||||
|
|
||||||
|
fun main(args: Array<String>) {
|
||||||
|
BootSigner.main(args)
|
||||||
|
}
|
||||||
|
|
||||||
class b : MainActivity()
|
class b : MainActivity()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user