Android NSD not discovering all services

后端 未结 6 600
慢半拍i
慢半拍i 2021-02-02 08:24

I\'m trying to run an application using Android Native Service Discovery but sometimes when I run the application, it doesn\'t discover all services from my network. I\'m runnin

6条回答
  •  囚心锁ツ
    2021-02-02 08:50

    To discover all services of the connected network just change the service type you are discovering,

    public static final String SERVICE_TYPE = "_services._dns-sd._udp";
    

提交回复
热议问题