[Q] Intent for device list in Wi-fi direct

gamerxxxn

Member
Aug 8, 2012
33
3
0
Mumbai
I have enabled wifi through code ...

wifiManager = (WifiManager) this.getSystemService(Context.WIFI_SERVICE);
wifiManager.setWifiEnabled(true);
I want to redirect to the Available devices in the wi-fi direct screen. I dont wanna implement my own listview for devices and stuff, as shown in the Wi-fi direct demo on android sdk.

This has been done in an app on PlayStore, where the app redirects to the devices screen and the file transfer begins on selecting a device, just like bluetooth. Whats the intent for this?
 
Last edited:

nikwen

Senior Member
Feb 1, 2013
3,142
1,597
0
I have enabled wifi through code ...

wifiManager = (WifiManager) this.getSystemService(Context.WIFI_SERVICE);
wifiManager.setWifiEnabled(true);
I want to redirect to the Available devices in the wi-fi direct screen. I dont wanna implement my own listview for devices and stuff, as shown in the Wi-fi direct demo on android sdk.

This has been done in an app on PlayStore, where the app redirects to the devices screen and the file transfer begins on selecting a device, just like bluetooth. Whats the intent for this?
http://stackoverflow.com/questions/16581549/intent-for-device-list-in-wi-fi-direct-android :D