Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
remove unused service
Browse files Browse the repository at this point in the history
  • Loading branch information
iamironrabbit committed Sep 28, 2018
1 parent a99b11d commit 5925860
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,24 +188,6 @@
</intent-filter>
</activity>

<service
android:name="org.awesomeapp.messenger.plugin.xmpp.XmppImPlugin"
android:exported="false">
<intent-filter>
<action android:name="org.awesomeapp.messenger.plugin" />
</intent-filter>

<meta-data
android:name="info.guardianproject.otr.app.im.provider_name"
android:value="Jabber (XMPP)" />
<meta-data
android:name="info.guardianproject.otr.app.im.provider_full_name"
android:value="@string/provider_full_name_xmpp" />
<meta-data
android:name="info.guardianproject.otr.app.im.signup_url"
android:value="http://xmpp.org/services/" />
</service>

<service
android:name="org.awesomeapp.messenger.util.SoundService"
android:exported="false" />
Expand Down

0 comments on commit 5925860

Please sign in to comment.