0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 12:02:28 +02:00

Also add package name to UV variables

This commit is contained in:
Arne Schwabe 2013-05-10 17:02:01 +02:00
parent 9c4926fd56
commit 4d72f0b934

View File

@ -335,6 +335,7 @@ public class OpenVpnService extends VpnService implements StateListener, Callbac
} catch (NameNotFoundException e) {
}
env.put("UV_ICSOPENVPN_VERSION", version);
env.put("UV_ICSOPENVPN_PKG", getPackageName());
processThread = new OpenVPNThread(this, argv, env, nativelibdir);
}