Exciting things are coming - our community is moving to a new home!
Whilst we make this move, the community is now in READ-ONLY mode today and there maybe some downtime (we will try to keep this to a minimum). Learn more here.

Forum Discussion

Elijah's avatar
Elijah
Level 2.0: Eclair
2 years ago

LOST MODE and LOCATION

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

  • jeremy's avatar
    jeremy
    Level 3.0: Honeycomb
    2 years ago

    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.

  • Elijah's avatar
    Elijah
    Level 2.0: Eclair
    2 years ago

    Thank you very much Jeremy