amplitude / amplitude/Amplitude-Android
Amplitude tracking location once every app restart even if you disable location
- Lenguaje dominante
- Java
- Estrellas
- 169
- Forks
- 87
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I enabled disableLocationListening.
Problem is in the initialization you poll the location when creating the device in initializeDeviceInfo() in AmplitudeClient.java
You can see it polls the location by putting a breakpoint in the
getMostRecentLocation in DeviceInfo.java
Below is my initialization of amplitude line
Amplitude.getInstance().initialize(application, BuildConfig.AMPLITUDE_TOKEN).disableLocationListening().enableForegroundTracking(application))
Pretty sure this change caused the issue
https://github.com/amplitude/Amplitude-Android/pull/117
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.