我試圖通過Wi-Fi直接宣傳Bonjour服務。這裏是代碼: manager.clearLocalServices(channel, new WifiP2pManager.ActionListener() {
@Override
public void onSuccess() {
Map<String, String> record = new HashMap<>(
我想在兩個android設備之間進行通信。其簡單的一個來充當服務器和其他作爲 我下面wifiP2P https://developer.android.com/guide/topics/connectivity/wifip2p.html I have three classes
package com.example.manojkumar.wifidirect;
impor