seontechnologies / seon-android-sdk-public

11 stars 3 forks source link

CoarseFineLocation lint error #5

Closed headsvk closed 1 year ago

headsvk commented 2 years ago

Using Lint on our app with Seon SDK 4.0.0 fails with the following error.

/home/runner/.gradle/caches/transforms-3/b4fa813ef6afa42df13a07abe6483308/transformed/androidsdk-4.0.0/AndroidManifest.xml:15: Error: If you need access to FINE location, you must request both ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION [CoarseFineLocation]
robertorsulics-seon commented 1 year ago

Thanks for reporting this @headsvk. We're going to include this fix in a future release, until then just add the missing permission ( ACCESS_COARSE_LOCATION ) to your manifest file and the warning should go away