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
Seems like in the latest versions of Android ACCESS_BACKGROUND_LOCATION needs to be requested separately, as a second step after the user has granted ACCESS_FINE_LOCATION. As a result, when requesting for Permission.BACKGROUND_LOCATIONDeniedAlwaysException is thrown, even for a newly installed app.
The text was updated successfully, but these errors were encountered:
Seems like in the latest versions of Android
ACCESS_BACKGROUND_LOCATION
needs to be requested separately, as a second step after the user has grantedACCESS_FINE_LOCATION
. As a result, when requesting forPermission.BACKGROUND_LOCATION
DeniedAlwaysException
is thrown, even for a newly installed app.The text was updated successfully, but these errors were encountered: