summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-09 13:17:37 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-09 13:17:37 +0200
commit5281cc9f8dbb3a326a287c7b52d9317f385a4058 (patch)
treea08df552815a830eb3db4bf4b20c64c95cb698b4 /AndroidManifest.xml
parenta601f2382b30a0aeda83944543f7ceb9d88ee5eb (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.xml3
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>