The developer should set the Activity context of the Launcher Activity after initializing the Tracker. Which will set the activity context in the SDK and requests the permission for the location access from the user.
Method
public void setActivityContext(Activity activityContext)
Parameters
context - The activity context.
Example
Tracker.singleton().setActivityContext(this);