microg / IchnaeaNlpBackend

Backend for UnifiedNlp that uses Mozilla Location Service for geolocation.
116 stars 29 forks source link

Cannot enable on Android Nougat #31

Closed ilpianista closed 6 years ago

ilpianista commented 6 years ago

I get a toast message with "Error initializing backend" when I try to enable this service.

logcat:

07-25 20:01:31.424  4579 23414 W ActivityManager: Permission Denial: Accessing service ComponentInfo{org.microg.nlp.backend.ichnaea/org.microg.nlp.backend.ichnaea.BackendService} from pid=30863, uid=10037 requires android.permission.ACCESS_COARSE_LOCATION

Looks like we need to request permissions?

mar-v-in commented 6 years ago

Did you check that UnifiedNlp or GmsCore (whichever you use) has the location permission as requested by the self-check?

ilpianista commented 6 years ago

Sorry for the late reply. You are right, solved.