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. H
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.