Added forground services types

pull/156/head
M66B 6 years ago
parent ff11c6a9e8
commit 196d204c9b

@ -184,13 +184,19 @@
</intent-filter> </intent-filter>
</activity> </activity>
<service android:name=".ServiceSynchronize" /> <service
android:name=".ServiceSynchronize"
android:foregroundServiceType="dataSync" />
<service android:name=".ServiceSend" /> <service
android:name=".ServiceSend"
android:foregroundServiceType="dataSync" />
<service android:name=".ServiceUI" /> <service android:name=".ServiceUI" />
<service android:name=".ServiceExternal"> <service
android:name=".ServiceExternal"
android:foregroundServiceType="dataSync">
<intent-filter> <intent-filter>
<action android:name="${applicationId}.ENABLE" /> <action android:name="${applicationId}.ENABLE" />
<action android:name="${applicationId}.DISABLE" /> <action android:name="${applicationId}.DISABLE" />

Loading…
Cancel
Save