mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-04 20:37:40 +03:00
Add stub for new callback
This commit is contained in:
parent
31f51a3974
commit
3b72cddd2a
1 changed files with 4 additions and 0 deletions
|
@ -217,6 +217,10 @@ class BoxService(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun postServiceClose() {
|
||||||
|
// Not used on Android
|
||||||
|
}
|
||||||
|
|
||||||
override fun getSystemProxyStatus(): SystemProxyStatus {
|
override fun getSystemProxyStatus(): SystemProxyStatus {
|
||||||
val status = SystemProxyStatus()
|
val status = SystemProxyStatus()
|
||||||
if (service is VPNService) {
|
if (service is VPNService) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue