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

前端 未结 6 609
长情又很酷
长情又很酷 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:18

    I don't think you can get the information from Google APIs. As @surender8388 mentions in the comments, the only way to make it out is using location and time.

    ACCESS_COARSE_LOCATION is a good choice if you don't want to use GPS.

提交回复
热议问题