[m1-p-1.1.0] close the app list activity and trace log
This commit is contained in:
@@ -29,7 +29,7 @@ if (!isAndroidTestBuild()) {
|
||||
apply plugin: 'chain.log.hook'
|
||||
hooklog {
|
||||
enableTraceToServer false
|
||||
enableLoggerToLocal true
|
||||
enableLoggerToLocal false
|
||||
}
|
||||
|
||||
apply plugin: 'biz.config.hook'
|
||||
|
||||
@@ -44,10 +44,10 @@ class VersionNameView @JvmOverloads constructor(
|
||||
showCurrentMapVersion()
|
||||
|
||||
// 调试入口,应对M1、M2没有安装Launcher的情况
|
||||
setOnLongClickListener {
|
||||
ActivityUtils.startActivity(AppListActivity::class.java)
|
||||
true
|
||||
}
|
||||
// setOnLongClickListener {
|
||||
// ActivityUtils.startActivity(AppListActivity::class.java)
|
||||
// true
|
||||
// }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user