In this version we have done the list of steps.

1. After the location permission granted we have added a code for getting the current location using FusedLocationProviderClient.
2. We have also added a dependency for google play service which is reqired for getting the current location.
3. The current location here is in the form of Latitude and Longitude which is printed in log for now.