diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-08-16 23:52:03 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-08-16 23:52:03 +0200 |
commit | bad270a8cf704d4e71e466c9991676e9827bb7a3 (patch) | |
tree | b0baa52f8c5af50162041ab66400f24a252d66ae /src/de/blinkt/openvpn/LaunchVPN.java | |
parent | 94cf742a91e43219c690dc51cf93913916aa8777 (diff) |
- Fix the problem Android sometimes killing the service in the background causing miniopenvpn to exit
- Use setForeground to enable foreground priority, this forces to use a notification icon
- Remove the ability to deselect Bytecounter.
Diffstat (limited to 'src/de/blinkt/openvpn/LaunchVPN.java')
-rw-r--r-- | src/de/blinkt/openvpn/LaunchVPN.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/LaunchVPN.java b/src/de/blinkt/openvpn/LaunchVPN.java index a2a0de3f..74f569e9 100644 --- a/src/de/blinkt/openvpn/LaunchVPN.java +++ b/src/de/blinkt/openvpn/LaunchVPN.java @@ -91,7 +91,7 @@ public class LaunchVPN extends ListActivity implements OnItemClickListener { super.onCreate(icicle); mPM =ProfileManager.getInstance(this); - + } @Override |