How to get the user Home/Work location for a user in Android

前端 未结 6 608
长情又很酷
长情又很酷 2020-12-08 15:00

Im developing an app that brings the user a quick list of \"info\" items but i want to set an options so that he receives this items as notifications when he is leaving home

6条回答
  •  感情败类
    2020-12-08 15:20

    You can try using the new API to get the location (fused-provider) and you can use geofences.

    Google IO (fused-provider)

    Official Documentation Geofences

提交回复
热议问题