Android shadowsocks code added
This commit is contained in:
parent
ccdd433e35
commit
929bcf03a0
92 changed files with 39982 additions and 1702 deletions
|
|
@ -54,7 +54,7 @@ class VPNServiceBinder(service: VPNService) : Binder() {
|
|||
val json = buffer?.let { String(it) }
|
||||
val config = JSONObject(json)
|
||||
Log.v(tag, "Stored new Tunnel config in Service")
|
||||
|
||||
Log.i(tag, "Config: $config")
|
||||
if (!mService.checkPermissions()) {
|
||||
mResumeConfig = config
|
||||
// The Permission prompt was already
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue