Create notifications service

This commit is contained in:
Pierre
2018-04-09 10:22:47 +02:00
parent 32eed6322f
commit 939f24937a
3 changed files with 81 additions and 0 deletions

View File

@@ -34,6 +34,10 @@
android:name=".ui.activities.SearchUserActivity"
android:label="@string/activity_searchuser_title"/>
<!-- Notifications background refresh service -->
<service android:name=".data.services.NotificationsService"
android:exported="false"/>
</application>
</manifest>