Add foreground service type for wireguard service

This commit is contained in:
deeppandya
2023-09-12 10:26:46 -04:00
parent 988f725c9e
commit 9e976765a0
+1
View File
@@ -200,6 +200,7 @@
<service
android:name="org.chromium.chrome.browser.vpn.wireguard.WireguardService"
android:foregroundServiceType="dataSync"
android:exported="false">
</service>