Hello,
Please add <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
in AndroidManifest.xml
, then you can get the wifi signal strength
For more information about this permission, you can refer to this document: https://developer.android.com/reference/android/Manifest.permission#ACCESS_WIFI_STATE
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our [documentation][1] to enable e-mail notifications if you want to receive the related email notification for this thread.