mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 03:41:19 +08:00
在SystemUI 启用 AppCenter (#119)
* 在SystemUI 启用 AppCenter * 移除设置界面AppCenter Co-authored-by: LittleTurtle2333 <lturtle2333@outlook.com>
This commit is contained in:
@@ -29,12 +29,6 @@ class SettingsActivity : MIUIActivity() {
|
||||
private val activity = this
|
||||
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
if (BuildConfig.BUILD_TYPE != "debug") {
|
||||
AppCenter.start(
|
||||
application, "ae2037d3-9914-4e0c-b02b-f9b2bb2574e5",
|
||||
Analytics::class.java, Crashes::class.java
|
||||
)
|
||||
}
|
||||
checkLSPosed()
|
||||
super.onCreate(savedInstanceState)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user