Update foregroundServiceType to systemExempted for VPN
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
|
||||
<service
|
||||
android:name="org.chromium.chrome.browser.vpn.wireguard.WireguardService"
|
||||
android:foregroundServiceType="dataSync"
|
||||
android:foregroundServiceType="systemExempted"
|
||||
android:exported="false">
|
||||
</service>
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SYSTEM_EXEMPTED" />
|
||||
<uses-permission android:name="android.permission.USE_EXACT_ALARM"/>
|
||||
|
||||
Reference in New Issue
Block a user