In Our application we want to integrate the android Default GPS Dialog. The same dialog that appears when the GPS is OFF and we press of my location button in google map apps. Have also attached the image of the dialog which I want to integrate.
Dialog the appears for OLA app Below (ANDROID L):
Dialog the appears for OLA app Below (ANDROID KIT_KAT):
Dialog the appears for Google Map Below (ANDROID L):
Our existing implementation is when the GPS is OFF we are redirecting application to the default location setting screen of the device from where he/she can turn ON the Location.
looking forward for answers. Thanks in advance.
You need to use the latest version of Google Play service. latest version has one dialog to activate all required things to get the GPS.
From Android Developer Play Service documentation,
Location settings - While the FusedLocationProviderApi combines multiple sensors to give you the optimal location, the accuracy of the location your app receives still depends greatly on the settings enabled on the device (GPS, wifi, airplane mode, and others). Using the new SettingsApi class, you can bring up a Location Settings dialog which displays a one-touch control for users to change their settings without leaving your app.
Link directs to Play Service version documentation. Version 7.0 has introduced this new prompt.