pushwoosh-location
module to your app/build.gradle: startLocationTracking
method: pushwoosh-location
module will request all the necessary permissions from a user (ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION).startLocationTracking
method is called, which allows to get the user’s geolocation when your application is in the background, follow the steps described in the previous paragraph, then add the following meta-data to your AndroidManifest.xml: pushwoosh-location
module version, we included an additional method that opens the location permission settings screen if the following conditions are met:ACCESS_BACKGROUND_LOCATION
user-permission is present in the app’s AndroidManifest.xml.