add FOREGROUND_SERVICE for no_tun mode, not using vpn service (#1203)

1. add FOREGROUND_SERVICE related code, connection not to be **blocked by android system** when apps running in background
2. no_tun mode not enabling vpnservice, makeing other app to use vpnservice

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
21paradox
2025-08-09 18:34:45 +08:00
committed by GitHub
parent 8ffc2f12e4
commit 7de4b33dd1
5 changed files with 113 additions and 11 deletions

View File

@@ -102,7 +102,7 @@ networkStore.$subscribe(async () => {
async function runNetworkCb(cfg: NetworkTypes.NetworkConfig, cb: () => void) {
if (type() === 'android') {
await prepareVpnService()
await prepareVpnService(cfg.instance_id)
networkStore.clearNetworkInstances()
}
else {