Last active
September 11, 2019 10:07
-
-
Save ShkurtiA/963e272faf83ed49fc9291cc3bdd3b3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://android.googlesource.com/platform/frameworks/base/+/969c243/docs/html/training/connect-devices-wirelessly/wifi-direct.jd | |
https://android.googlesource.com/platform/development/+/master/samples/WiFiDirectDemo/AndroidManifest.xml?autodive=0%2F | |
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> (permission needed to find nearby peers) | |
https://developer.android.com/reference/android/net/wifi/WpsInfo.html#PBC | |
WpsInfo.PBC is deprecated only after api 28 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment