Added a service based POW engine, so it shouldn't be killed by the system, at least not that easily. (WIP)
This commit is contained in:
@ -102,7 +102,8 @@
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<service android:name=".synchronization.BitmessageService" />
|
||||
<service android:name=".service.BitmessageService" />
|
||||
<service android:name=".service.ProofOfWorkService" />
|
||||
|
||||
<!-- Synchronization -->
|
||||
<provider
|
||||
|
Reference in New Issue
Block a user