// To use this WifiManager method, AndroidManifest.xml must have the
// following permission: // <uses-permission // android:name="android.permission.ACCESS_WIFI_STATE"/> WifiManager wifiManager = (WifiManager) getSystemService(Context. WIFI_SERVICE); On Wednesday, August 8, 2012 7:16:38 AM UTC-5, Meena Rengarajan wrote: > > How to send Datas to Wifi devices from application ? In my code, i could > able to check Wifi status programmatically . Please can anyone help me ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

