summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-12-17 13:48:54 +0100
committerArne Schwabe <arne@rfc2549.org>2013-12-17 13:48:54 +0100
commitc986dc374b1c6579918d976701c000178a6ea281 (patch)
tree0a3913eba1618cb83ae26ce9a99bb7bfb02e60b9 /AndroidManifest.xml
parenteef58658e519097d53af33ced636246c669f9a80 (diff)
Add a note for the xposed module to the FAQ
--HG-- extra : source : a853fe367b5b31c1c315bbd4501ad07870bfa385
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7a96675a..b42cda8c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -33,7 +33,8 @@
android:supportsRtl="true" >
<activity
android:name=".activities.VPNPreferences"
- android:windowSoftInputMode="stateHidden" />
+ android:windowSoftInputMode="stateHidden"
+ android:exported="false"/>
<activity
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog"