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 | a9aaf6c38d80dda30331275359a554539e3b134b (patch) | |
tree | df131b2034a47b99a96a41638a8d768b57c59d97 /res/xml | |
parent | e0649f9e0fee05488fd356a86c415e12f4baf904 (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 'res/xml')
-rw-r--r-- | res/xml/general_settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/general_settings.xml b/res/xml/general_settings.xml index 3013963d..5b4726d3 100644 --- a/res/xml/general_settings.xml +++ b/res/xml/general_settings.xml @@ -11,11 +11,11 @@ android:key="showlogwindow" android:summary="@string/show_log_summary" android:title="@string/show_log_window" /> - <CheckBoxPreference + <!-- <CheckBoxPreference android:defaultValue="false" android:key="statusafterconnect" android:summary="@string/keppstatus_summary" - android:title="@string/keepstatus" /> + android:title="@string/keepstatus" /> --> <CheckBoxPreference android:defaultValue="true" android:key="usesystemproxy" |