Private
Public Access
1
0

Background UpdateMonitorService: specify intent to Android OS

This commit is contained in:
2024-12-30 19:21:23 -08:00
parent 634540a703
commit 5d26ea9569

View File

@@ -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>