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);
|
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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue