dnscrypt-proxy/dnscrypt-proxy/service_android.go

11 lines
126 B
Go
Raw Normal View History

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