public void onProviderDisabled(String provider) { Toast.makeText(getApplicationContext(), \"Gps Disabled\", Toast.LENGTH_SHORT); }
So this is
I resolve this by extending Application class, my class is AppController:
public class AppController extends Application{ ... }