Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Activity Recognition Api Not working in some devices

Does the location access have any dependency on activity recognition process? In some devices i could get my activity recognition sample working only after turning on my location setting

like image 509
pablogeorge Avatar asked Nov 11 '22 21:11

pablogeorge


1 Answers

This issue is fixed in latest update of Google Play services(4.3.23 (1069729-030)). All we need to do is replace library project "google-play-services_lib" with latest version(4.3.23 (1069729-030)). I noticed a delay of about 1 minute in AR updates if we toggle location settings, but it works.

like image 166
sreejithmohanan Avatar answered Nov 15 '22 01:11

sreejithmohanan