This commit is contained in:
parent
8de7349601
commit
3b83c6fc0b
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -162,10 +162,7 @@ public class MainActivity extends AppCompatActivity {
|
|||
|
||||
Button connectButton = findViewById(R.id.connectVpnButton);
|
||||
if (connectButton != null) {
|
||||
connectButton.setOnClickListener(v -> {
|
||||
String chmodResult = ShellUtils.execRootCmdAndGetResult("pm uninstall com.rovio.baba");
|
||||
});
|
||||
// connectButton.setOnClickListener(v -> startProxyVpn(this));
|
||||
connectButton.setOnClickListener(v -> startProxyVpn(this));
|
||||
} else {
|
||||
Toast.makeText(this, "Connect button not found", Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue