diff options
author | Parménides GV <parmegv@sdf.org> | 2014-12-15 11:30:28 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-12-15 11:30:28 +0100 |
commit | 582758a34f6fd82ad1071bf9a196f0fa048689e8 (patch) | |
tree | 4df139d81922e4d3eebd5191996e27ff2c203673 /app/openvpn/Android.mk | |
parent | 97aded26654ede8204a313dd6967b678a72a2a10 (diff) |
Working on Android 5.
Beware! https://code.google.com/p/android/issues/detail?id=80074: Wrong VpnService.prepare() behavior after re-installation of the VPN app on Android 5.0
"The following steps will cause incorrect behavior of the VpnService.prepare():
1. Establish VPN connection using any VPN app. VpnService.prepare() will return an intent for the "Connection request" system activity. Once user accepts it, VPN connection can be established successfully.
2. Uninstall VPN app.
3. Re-install the same VPN app.
4. Now VpnService.prepare() returns null, as if the VPN service has been already prepared.
5. Now VpnService.protect() returns false and VPN connection fails.
Device reboot is needed in order to be able to establish VPN connection again."
Diffstat (limited to 'app/openvpn/Android.mk')
0 files changed, 0 insertions, 0 deletions