Reputation: 51
I have migrated my app to Android 6.0.
But from in this migration, Wifi Scanresult is always empty.
In some articles, I saw it's related new permission policy for location.
So, I added use-permission ACCESS_COARSE_LOCATION
and ACCESS_FINE_LOCATION
in the manifast.
Additionally, I added some code requestPermissions
, onRequestPermissionsResult
and checked permission is granted successfully. But the scanresult is still empty.
After I enabled location setting manually, it works fine.
Is there any solution for this issue?
Upvotes: 5
Views: 3318