summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-12-11 10:52:38 +0100
committerArne Schwabe <arne@rfc2549.org>2013-12-11 10:52:38 +0100
commita51eda3d7de8387316814cadddc1f5fde3c8b3aa (patch)
tree653cd886a1bb348b7f5acd5ab0a323c4960fed0a /AndroidManifest.xml
parent49653f7c3811a29afc92b3def7430e962a39fe0b (diff)
Also move VpnPreferences and implement isValidFragment
--HG-- rename : src/de/blinkt/openvpn/VPNPreferences.java => src/de/blinkt/openvpn/activities/VPNPreferences.java
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b59c39d7..510bb678 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -32,7 +32,7 @@
android:label="@string/app"
android:supportsRtl="true" >
<activity
- android:name=".VPNPreferences"
+ android:name=".activities.VPNPreferences"
android:windowSoftInputMode="stateHidden" />
<activity