I am using GoogleApiClient to get the location and that is working fine for some devices like Redmi, Honor, Samsung, Moto etc. but when I am using LeEco devices my onLocationChanged method does not call. is there anything which I have to add in my code for LeEco devices?
Asked
Active
Viewed 60 times
1
-
please check permission in device – Naveen Tamrakar Jul 26 '17 at 08:54
-
which permissions?? – Shaifali Rajput Jul 26 '17 at 08:55
-
location permission – Naveen Tamrakar Jul 26 '17 at 09:13
-
i have already given location permission. – Shaifali Rajput Jul 26 '17 at 09:14
-
permission in device or manifest – Naveen Tamrakar Jul 26 '17 at 09:15
-
already given in manifest too and for marshmallow and higher devices, i have given permission at run time. Actually, my same code is working in other devices. – Shaifali Rajput Jul 26 '17 at 09:17
-
Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/150159/discussion-between-naveen-tamrakar-and-shaifali-pundir). – Naveen Tamrakar Jul 26 '17 at 09:21
-
1@ShaifaliPundir see this issue i think your device playservice version and app play service is different check it. https://stackoverflow.com/questions/34305377/get-current-location-0-in-marshmallow-where-below-23-api-its-give-exact-current – Vishal Thakkar Aug 24 '17 at 11:20