You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am using the wifi_scan library in my project and I have an issue with obtaining the location. I am using the function canStartScan(askPermissions: true), which constantly returns "noLocationPermissionUpgradeAccuracy". Everywhere I searched for a solution, it mentioned that I need to have <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> (which is used for precise location), but this is already implemented in my code (AndroidManifest.xml). Additionally, when testing on the device, it asks for permission for approximate location, not precise location. Has anyone had a similar problem or can suggest a solution? Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I am using the wifi_scan library in my project and I have an issue with obtaining the location. I am using the function canStartScan(askPermissions: true), which constantly returns "noLocationPermissionUpgradeAccuracy". Everywhere I searched for a solution, it mentioned that I need to have
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
(which is used for precise location), but this is already implemented in my code (AndroidManifest.xml). Additionally, when testing on the device, it asks for permission for approximate location, not precise location. Has anyone had a similar problem or can suggest a solution? Thanks.Beta Was this translation helpful? Give feedback.
All reactions