dnscrypt-proxy/dnscrypt-proxy/service_android.go
2021-09-23 19:16:26 +02:00

12 lines
163 B
Go

//go:build android
// +build android
package main
func ServiceManagerStartNotify() error {
return nil
}
func ServiceManagerReadyNotify() error {
return nil
}