mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Migrate to SplashScreen API
This commit is contained in:
@ -137,7 +137,7 @@ fun genStubManifest(srcDir: File, outDir: File): String {
|
||||
))
|
||||
|
||||
cmpList.add(Component(
|
||||
"com.topjohnwu.magisk.core.SplashActivity",
|
||||
"com.topjohnwu.magisk.ui.MainActivity",
|
||||
"DownloadActivity",
|
||||
"""
|
||||
|<activity
|
||||
@ -150,15 +150,6 @@ fun genStubManifest(srcDir: File, outDir: File): String {
|
||||
|</activity>""".ind(2)
|
||||
))
|
||||
|
||||
cmpList.add(Component(
|
||||
"com.topjohnwu.magisk.ui.MainActivity",
|
||||
"",
|
||||
"""
|
||||
|<activity
|
||||
| android:name="%s"
|
||||
| android:exported="false" />""".ind(2)
|
||||
))
|
||||
|
||||
cmpList.add(Component(
|
||||
"com.topjohnwu.magisk.ui.surequest.SuRequestActivity",
|
||||
"",
|
||||
|
Reference in New Issue
Block a user