Fix process search skipped for Android again

This commit is contained in:
世界
2026-04-23 05:52:14 +08:00
parent 3312b8da50
commit f102ef1d94
4 changed files with 34 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
package adapter
import (
"net/netip"
"github.com/sagernet/sing-box/option"
"github.com/sagernet/sing-tun"
"github.com/sagernet/sing/common/logger"
@@ -36,6 +38,8 @@ type PlatformInterface interface {
UsePlatformNotification() bool
SendNotification(notification *Notification) error
MyInterfaceAddress() []netip.Addr
}
type FindConnectionOwnerRequest struct {