This commit is contained in:
Administrator 2025-06-25 18:13:35 +08:00
parent 8de7349601
commit 3b83c6fc0b
4 changed files with 1 additions and 4 deletions

Binary file not shown.

View File

@ -162,10 +162,7 @@ public class MainActivity extends AppCompatActivity {
Button connectButton = findViewById(R.id.connectVpnButton); Button connectButton = findViewById(R.id.connectVpnButton);
if (connectButton != null) { if (connectButton != null) {
connectButton.setOnClickListener(v -> { connectButton.setOnClickListener(v -> startProxyVpn(this));
String chmodResult = ShellUtils.execRootCmdAndGetResult("pm uninstall com.rovio.baba");
});
// connectButton.setOnClickListener(v -> startProxyVpn(this));
} else { } else {
Toast.makeText(this, "Connect button not found", Toast.LENGTH_SHORT).show(); Toast.makeText(this, "Connect button not found", Toast.LENGTH_SHORT).show();
} }