Skip to content

Commit

Permalink
Remove unused codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Morteza-Rastgoo committed May 8, 2020
1 parent 6788e70 commit 01cc9bb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 482 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ class BackgroundService : Service() {
if (vpnService != null) {
startActivity(vpnService)
}
// startService(getServiceIntent().setAction(ToyVpnService.ACTION_CONNECT));
// startService(getServiceIntent().setAction(ToyVpnService.ACTION_DISCONNECT));

//DO HERE
} else if (intent.action == Intent.ACTION_SCREEN_ON) {
Log.d("broadcast", "ACTION_SCREEN_ON")
Expand Down Expand Up @@ -111,7 +108,4 @@ class BackgroundService : Service() {
}


private fun getServiceIntent(): Intent {
return Intent(this, ToyVpnService::class.java)
}
}

This file was deleted.

Loading

0 comments on commit 01cc9bb

Please sign in to comment.