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 90b43749bfe559943c9c5f6f9ea752360bd1fd7b
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private Boolean checkPermissions() {
Log.w(
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 O, additional to CHANGE_WIFI_STATE please ensure your app has one of the following permissions too:\n"
+ "To successfully get WiFi Name or Wi-Fi BSSID starting with Android P, additional to CHANGE_WIFI_STATE please ensure your app has one of the following permissions too:\n"
+ "- ACCESS_FINE_LOCATION\n"
+ "- ACCESS_COARSE_LOCATION\n"
+ "For more information about Wi-Fi Restrictions in Android 9.0 and above, please consult the following link:\n"
Expand Down