Shadowsocks added as a library folder in android
This commit is contained in:
parent
929bcf03a0
commit
59b4bf5267
98 changed files with 38015 additions and 40 deletions
|
@ -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) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue