I’m trying to program an app to discover wifi devices which are connecting to an Access Point. I found that WifiP2pmanager class can be used to scan wifi devices but it’s just for API14. Is there anyway to use this class in older API ?
(sorry for my poor English >.<)
I’m trying to program an app to discover wifi devices which are connecting to
Share
No, you cannot use
WifiP2pmanageron older API levels.The only way would be to use the Android Support Package, however it does not currently support
WifiP2pmanager.