Remove LbrynetMessagingService from manifest

This commit is contained in:
Javi Rueda 2020-06-30 19:07:17 +02:00
parent 5018748e85
commit a0e445d5a7

View file

@ -60,14 +60,6 @@
android:theme="@style/AppTheme.NoActionBarTranslucent"
android:windowSoftInputMode="adjustResize" />
<service
android:name="io.lbry.browser.LbrynetMessagingService"
android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<provider
android:name="io.lbry.browser.LocalFileProvider"
android:authorities="io.lbry.browser.fileprovider"