We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b36553 commit f25aaf4Copy full SHA for f25aaf4
V2rayNG/app/src/main/kotlin/com/v2ray/ang/service/V2RayVpnService.kt
@@ -103,7 +103,7 @@ class V2RayVpnService : VpnService() {
103
val policy = StrictMode.ThreadPolicy.Builder().permitAll().build()
104
StrictMode.setThreadPolicy(policy)
105
v2rayPoint.packageName = Utils.packagePath(applicationContext)
106
- //Seq.setContext(applicationContext)
+ Seq.setContext(applicationContext)
107
}
108
109
override fun onRevoke() {
0 commit comments