//ã¡ã½ããä¸è¦§ã¨ãã®å¼æ°ãæ»ãå¤ããã°è¡¨ç¤º private void wifiTest02(){ WifiManager wifi = (WifiManager) getSystemService(Context.WIFI_SERVICE); Method[] wmMethods = wifi.getClass().getDeclaredMethods(); for(Method method: wmMethods){ Log.i(TAG, "WifiManager method: " + method.getName()); for(Class obj:method.getParameterTypes()){ Log.i(TAG,"WifiManager param:" + obj.getName()); } Log.i(TAG,"method return:" + method.ge
{{#tags}}- {{label}}
{{/tags}}