Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
2968a155
Commit
2968a155
authored
Mar 30, 2020
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of the final Java file in app
parent
cba26eed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
10 deletions
+6
-10
a.java
app/src/main/java/a/a.java
+0
-10
stubs.kt
app/src/main/java/a/stubs.kt
+6
-0
No files found.
app/src/main/java/a/a.java
deleted
100644 → 0
View file @
cba26eed
package
a
;
import
com.topjohnwu.signing.BootSigner
;
public
class
a
{
public
static
void
main
(
String
[]
args
)
throws
Exception
{
BootSigner
.
main
(
args
);
}
}
app/src/main/java/a/stubs.kt
View file @
2968a155
@file
:
JvmName
(
"a"
)
package
a
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.legacy.surequest.SuRequestActivity
import
com.topjohnwu.magisk.ui.MainActivity
import
com.topjohnwu.signing.BootSigner
fun
main
(
args
:
Array
<
String
>)
{
BootSigner
.
main
(
args
)
}
class
b
:
MainActivity
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment