Giter VIP home page Giter VIP logo

Comments (6)

yayaa avatar yayaa commented on June 27, 2024 1

I'll keep this open until i actually implement it, so that i'd not just forget it.
Thanks for pointing out this :)

from locationmanager.

yayaa avatar yayaa commented on June 27, 2024

Did you changed "requiredPermissions" to ask only for ACCESS_FINE_LOCATION? Can you share your configuration please?

And how did you get asked for permissions below 6.0?

from locationmanager.

ncapdevi avatar ncapdevi commented on June 27, 2024

Configuration

        mLocationManager =new LocationManager(new LocationConfiguration()
                .askForSettingsApi(true)
                .askForGooglePlayServices(true)
                .askForEnableGPS(true)
                .setMinAccuracy(500f)
                .setWithinTimePeriod(3*60*1000)
                .setRationalMessage("We need your location")).on(getActivity()).notify(mLocationReceiver);

My manifest.xml accidentally only had
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
and not
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

So on a device using 5.0, after a get() is called, none of the callbacks occur after.

from locationmanager.

yayaa avatar yayaa commented on June 27, 2024

Ahhh, get your point.
So below Marshmallow, do the check for required permissions defined in Manifest or not?
Yes, good touch! Thanks, will do it :)

from locationmanager.

ncapdevi avatar ncapdevi commented on June 27, 2024

Yup! That should take care of it. Thanks for the great work.

from locationmanager.

yayaa avatar yayaa commented on June 27, 2024

Hey @ncapdevi
Can you elaborate the issue a bit more? I cannot reproduce this one.

Because i tried with API Level 22, and when i don't put any of COARSE or FINE locations in manifest, library immediately fails with "Permissions are denied".

from locationmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.