revert: 在SystemUI 启用 AppCenter (#119)

This commit is contained in:
LittleTurtle2333
2022-03-31 17:00:18 +08:00
parent 176682fa38
commit f83d439374
3 changed files with 6 additions and 21 deletions

View File

@@ -29,6 +29,12 @@ 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)
}