Skip to content

Commit

Permalink
Update V2RayVpnService.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Sep 24, 2019
1 parent 3b36553 commit f25aaf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class V2RayVpnService : VpnService() {
val policy = StrictMode.ThreadPolicy.Builder().permitAll().build()
StrictMode.setThreadPolicy(policy)
v2rayPoint.packageName = Utils.packagePath(applicationContext)
//Seq.setContext(applicationContext)
Seq.setContext(applicationContext)
}

override fun onRevoke() {
Expand Down

0 comments on commit f25aaf4

Please sign in to comment.