File tree Expand file tree Collapse file tree
app/src/main/java/com/yorick/cokotools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ class MainActivity : AppCompatActivity() {
2727 setSupportActionBar(binding.toolbar)
2828
2929 binding.buttonLockBands.setOnClickListener {
30- // 版本测试
31- Utils .testVer(this , resources.getString(R .string.lock_bands_package))
32- // 尝试打开
3330 Utils .jumpActivity(
3431 this ,
3532 resources.getString(R .string.lock_bands_package),
@@ -48,8 +45,6 @@ class MainActivity : AppCompatActivity() {
4845 }
4946
5047 binding.buttonEngineerMode.setOnClickListener {
51- // 版本测试
52- Utils .testVer(this , resources.getString(R .string.engineer_mode_package))
5348 Utils .jumpActivity(
5449 this ,
5550 resources.getString(R .string.engineer_mode_package),
@@ -84,8 +79,6 @@ class MainActivity : AppCompatActivity() {
8479 }
8580
8681 binding.buttonMaxCharging.setOnClickListener {
87- // 版本测试
88- Utils .testVer(this , resources.getString(R .string.max_charging_package))
8982 Utils .jumpActivity(
9083 this ,
9184 resources.getString(R .string.max_charging_package),
You can’t perform that action at this time.
0 commit comments