6

In Android 4.4 google play services introduced "walking" activity Recognition but there is already on_foot recognition.

  • What is the difference between the both?
Janki Gadhiya
  • 4,492
  • 2
  • 29
  • 59
Niranjan
  • 1,879
  • 2
  • 22
  • 28

1 Answers1

5

As per https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity

ON_FOOT: "The device is on a user who is walking or running."

WALKING: "The device is on a user who is walking. This is a sub-activity of ON_FOOT."

RUNNING: "The device is on a user who is running. This is a sub-activity of ON_FOOT."

David Loughnane
  • 143
  • 1
  • 3
  • 11
Snehal Poyrekar
  • 735
  • 5
  • 17