public void onProviderDisabled(String provider) { Toast.makeText(getApplicationContext(), \"Gps Disabled\", Toast.LENGTH_SHORT); }
So this is
this worked for me
public class MyClass extends Activity