Mohamed Yehia

Results 2 comments of Mohamed Yehia

@MohamedHamada12 You can simply do this by the following two lines : LocationManager locationManager = (LocationManager) getSystemService(LOCATION_SERVICE); if (locationManager.isProviderEnabled(LocationManager.GPS_PROVIDER)) { // GPS settings enabled } else { // GPS settings...

Thanks for your contribution I will work on this feature in the upcoming version (very soon). so, stay tuned 😄