Commit cbd46d0c authored by Max Lv's avatar Max Lv

enable acl on devices before 5.0

parent 8d02a1a6
Subproject commit 3af591c5657c1c2c30a69cab3ca0e5d1f4e3d084
Subproject commit 2b1eef11973de3f7380401fd20f937e84bc2b756
......@@ -281,7 +281,7 @@ class ShadowsocksVpnService extends VpnService with BaseService {
def startShadowsocksDaemon() {
if (Utils.isLollipopOrAbove && config.route != Route.ALL) {
if (config.route != Route.ALL) {
val acl: Array[String] = config.route match {
case Route.BYPASS_LAN => getResources.getStringArray(R.array.private_route)
case Route.BYPASS_CHN => getResources.getStringArray(R.array.chn_route_full)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment