Skip to content

Commit

Permalink
Update OpenVPNClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jessaofraksss authored Jan 24, 2018
1 parent 8c523f8 commit 525ed5d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/src/main/java/net/openvpn/openvpn/OpenVPNClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,6 @@ private enum ProfileSource {

public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
String app_name = (new String(new byte[]{ (byte) 71, (byte) 114, (byte) 101, (byte) 101, (byte) 100, (byte) 121})) + " " + (new String(new byte[]{(byte) 86, (byte) 80, (byte) 78}));

if(getTitle().equals(app_name)){
setContentView(R.layout.form);
}else{
Process.killProcess(Process.myPid());
System.exit(0);
finish();
}
Intent intent = getIntent();
String str = TAG;
Object[] objArr = new Object[S_BIND_CALLED];
Expand Down

0 comments on commit 525ed5d

Please sign in to comment.