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