Moving Bitmessage context into a foreground service (work in progress)

This commit is contained in:
2015-10-21 16:43:13 +02:00
parent f19996f79c
commit 9b1bf6bdb3
6 changed files with 81 additions and 29 deletions

View File

@ -119,8 +119,7 @@
</service>
<service
android:name=".synchronization.SyncService"
android:exported="true"
android:process=":sync">
android:exported="true">
<intent-filter>
<action android:name="android.content.SyncAdapter"/>
</intent-filter>