Friday, August 17, 2012

[android-developers] Re: Wifi Device properties !

// 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);

WifiInfo wifiInfo =  wifiManager.getConnectionInfo();


On Friday, August 17, 2012 12:29:07 AM UTC-5, Meena Rengarajan wrote:
How to get Specific WiFi enabled device properties in android by programmatically plz can anyone help me here?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment