Add determinte progress and foreground service for sqlcipher migration

This commit is contained in:
Moxie Marlinspike
2018-02-01 16:01:24 -08:00
parent bdd4b456c4
commit 23aee53c7d
7 changed files with 139 additions and 16 deletions

View File

@@ -443,6 +443,8 @@
</intent-filter>
</service>
<service android:name=".service.GenericForegroundService"/>
<receiver android:name=".gcm.GcmBroadcastReceiver" android:permission="com.google.android.c2dm.permission.SEND" >
<intent-filter>
<action android:name="com.google.android.c2dm.intent.RECEIVE" />