Shadowsocks added as a library folder in android

This commit is contained in:
aman 2022-04-16 20:18:27 +05:30
parent 929bcf03a0
commit 59b4bf5267
98 changed files with 38015 additions and 40 deletions

View file

@ -19,10 +19,12 @@ public class VPNActivity extends org.qtproject.qt5.android.bindings.QtActivity {
@Override
public void onBackPressed() {
// super.onBackPressed();
try {
if (!handleBackButton()) {
// Move the activity into paused state if back button was pressed
moveTaskToBack(true);
// finish();
}
} catch (Exception e) {
}