summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9833032c..320d4fc4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -154,7 +154,7 @@
android:label="@string/title_activity_configuration_wizard" >
</activity>
- <service android:name=".EIP">
+ <service android:name=".EIP" android:exported="false">
<intent-filter>
<action android:name="se.leap.leapclient.UPDATE_EIP_SERVICE"/>
<action android:name="se.leap.leapclient.START_EIP"/>