Fix include_android_user
This commit is contained in:
parent
e01ce3a8a7
commit
3117b24c68
3 changed files with 26 additions and 15 deletions
|
|
@ -5,7 +5,7 @@ import E "github.com/sagernet/sing/common/exceptions"
|
|||
type PackageManager interface {
|
||||
Start() error
|
||||
Close() error
|
||||
IDByPackage(packageName string) ([]uint32, bool)
|
||||
IDByPackage(packageName string) (uint32, bool)
|
||||
IDBySharedPackage(sharedPackage string) (uint32, bool)
|
||||
PackageByID(id uint32) (string, bool)
|
||||
SharedPackageByID(id uint32) (string, bool)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue