Skip to content

Commit f25aaf4

Browse files
authored
Update V2RayVpnService.kt
1 parent 3b36553 commit f25aaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

V2rayNG/app/src/main/kotlin/com/v2ray/ang/service/V2RayVpnService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class V2RayVpnService : VpnService() {
103103
val policy = StrictMode.ThreadPolicy.Builder().permitAll().build()
104104
StrictMode.setThreadPolicy(policy)
105105
v2rayPoint.packageName = Utils.packagePath(applicationContext)
106-
//Seq.setContext(applicationContext)
106+
Seq.setContext(applicationContext)
107107
}
108108

109109
override fun onRevoke() {

0 commit comments

Comments
 (0)