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

Really apply patch from issue #20

This commit is contained in:
Arne Schwabe 2012-05-14 19:54:30 +02:00
parent 66f0e66350
commit 297eca2082
2 changed files with 2 additions and 6 deletions

View File

@ -12,7 +12,7 @@
<string name="app_name">File dialog</string>
<string name="location">Ort</string>
<string name="cant_read_folder">Verzeichnis kann nicht gelsen werden</string>
<string name="cant_read_folder">Verzeichnis kann nicht gelesen werden</string>
<string name="nnew">Neu</string>
<string name="select">Auswählen</string>
<string name="file_name">Dateiname:</string>
@ -27,7 +27,7 @@
<string name="client_key_title">Clientzertifikatsschlüssel</string>
<string name="ca_title">CA Zertifikat</string>
<string name="select_certificate">Auswählen</string>
<string name="no_certificate">Nichts ausgwählt</string>
<string name="no_certificate">Nichts ausgewählt</string>
<string name="about">Über</string>
<string name="vpn_type">Typ</string>
<string name="pkcs12pwquery">PKCS12 Passwort</string>

View File

@ -17,14 +17,10 @@
package de.blinkt.openvpn;
import java.io.IOException;
import java.util.List;
import java.util.Vector;
import android.app.ActivityManager;
import android.app.ActivityManager.RunningAppProcessInfo;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.net.LocalSocket;
import android.net.LocalSocketAddress;