Minor cleanups

This commit is contained in:
topjohnwu
2020-10-11 05:10:02 -07:00
parent 66cad101c0
commit 6092d7ca88
13 changed files with 44 additions and 54 deletions
+5 -2
View File
@@ -2,7 +2,8 @@
package a
import com.topjohnwu.magisk.core.App
import com.topjohnwu.magisk.core.GeneralReceiver
import com.topjohnwu.magisk.core.Provider
import com.topjohnwu.magisk.core.Receiver
import com.topjohnwu.magisk.core.SplashActivity
import com.topjohnwu.magisk.core.download.DownloadService
import com.topjohnwu.magisk.ui.MainActivity
@@ -22,8 +23,10 @@ class e : App {
constructor(o: Any) : super(o)
}
class h : GeneralReceiver()
class h : Receiver()
class j : DownloadService()
class m : SuRequestActivity()
class p : Provider()