We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca09dd commit 1fbfce7Copy full SHA for 1fbfce7
docs/source/android.rst
@@ -95,6 +95,15 @@ android
95
96
Hides the soft keyboard.
97
98
+.. function:: wifi_scanner_enable()
99
+
100
+ Enables wifi scanning. ACCESS_WIFI_STATE and CHANGE_WIFI_STATE permissions required.
101
102
+.. function:: wifi_scan()
103
104
+ Returns tuple of (SSID, BSSID, SignalLevel) for each visible WiFi access point.
105
106
107
android_mixer
108
~~~~~~~~~~~~~
109
0 commit comments