Skip to main content
Level 1.6: Donut
March 5, 2025
Question

LOST MODE and LOCATION

  • March 5, 2025
  • 2 replies
  • 0 views

Please how can I get the location of a device after putting the device to lost mode using the Android Management API. Thank you.

2 replies

Level 1.6: Donut
March 7, 2025

Hello,

The location is sent after 15 minutes, in a pub/sub notification.

The EVENT is LostModeLocationEvent and is sent automatically to your pub/sub topic.

You need to enable notifications and subscribe to USAGE_LOGS as described in this guide.

ElijahAuthor
Level 1.6: Donut
March 8, 2025

Thank you very much Jeremy