Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/wifi_info_flutter/wifi_info_flutter/android/src/main/…
…java/io/flutter/plugins/wifi_info_flutter/WifiInfoFlutter.java

Co-authored-by: Maurice Parrish <[email protected]>
  • Loading branch information
hamdikahloun and bparrishMines authored Feb 5, 2021
commit b8167b6ceefba4c92b9977322c626708f89c07d7
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private Boolean checkPermissions() {
TAG,
"Attempted to get Wi-Fi data that requires additional permission(s).\n"
+ "To successfully get WiFi Name or Wi-Fi BSSID starting with Android Q, please ensure your app has the CHANGE_WIFI_STATE and ACCESS_FINE_LOCATION permission.\n"
+ "For more information about Wi-Fi Restrictions in Android 8.0 and above, please consult the following link:\n"
+ "For more information about Wi-Fi Restrictions in Android 10.0 and above, please consult the following link:\n"
+ "https://developer.android.com/guide/topics/connectivity/wifi-scan");
return false;
}
Expand Down