dnscrypt-proxy/dnscrypt-proxy/service_android.go

12 lines
144 B
Go

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