Location QESDK Demo Application

This application demonstrates usage of Location APIs from QESDK library.

In order to use this application, please follow below steps.

- Add QESDK jar in the libs folder.

- Make sure to add code to get user consent regarding below permissions present in the app manifest.
      android.permission.ACCESS_BACKGROUND_LOCATION
      android.permission.ACCESS_FINE_LOCATION
      android.permission.ACCESS_COARSE_LOCATION

