Background UpdateMonitorService: specify intent to Android OS
This commit is contained in:
@@ -40,7 +40,10 @@
|
|||||||
android:value="" />
|
android:value="" />
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<service android:name=".UpdateMonitorService" />
|
<service
|
||||||
|
android:name=".UpdateMonitorService"
|
||||||
|
android:foregroundServiceType="dataSync"
|
||||||
|
android:exported="false" />
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
Reference in New Issue
Block a user