diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-08-13 12:10:58 -0600 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-08-13 12:10:58 -0600 |
commit | 2e85b3c70fa6f1b74b51fec4666cc3f1407688cb (patch) | |
tree | 5574514868da77ae6fcb6b2cbaf25a2e77005058 /AndroidManifest.xml | |
parent | 867315bf6030765ca06898f7c564f22ced7da9d3 (diff) |
Disallow export of EIP service Intents
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 2 |
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"/> |