diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-09 13:17:37 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-09 13:17:37 +0200 |
commit | 5281cc9f8dbb3a326a287c7b52d9317f385a4058 (patch) | |
tree | a08df552815a830eb3db4bf4b20c64c95cb698b4 /AndroidManifest.xml | |
parent | a601f2382b30a0aeda83944543f7ceb9d88ee5eb (diff) |
Add the minivpn to repository to avoid copying it around.
The jniclose method works. But there should be a java way to do it ... (closes issue #12)
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 843da00b..bc3f311c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -27,7 +27,6 @@ <!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> --> <application - android:debuggable="true" android:icon="@drawable/icon" android:label="@string/app" > <activity android:name="com.lamerman.FileDialog" /> @@ -74,4 +73,4 @@ </activity-alias> </application> -</manifest>
\ No newline at end of file +</manifest> |