Turn GPS on programmatically like Ola Cabs Android app

前端 未结 7 982
忘了有多久
忘了有多久 2021-02-04 15:44

I am working on an application and need to integrate GPS location. I want to switch the GPS on programmatically. The condition is: I don\'t want to send the user to the Setting

7条回答
  •  我寻月下人不归
    2021-02-04 16:33

    Ola Cabs is using the newly released Settings API to achieve this functionality. As per the new API the user is not required to navigate to the settings page to enable location services giving a seamless integration for the same. Please read below for more details:

    https://developers.google.com/android/reference/com/google/android/gms/location/SettingsApi

提交回复
热议问题