Android contains a permission called \'ACCESS_LOCATION_EXTRA_COMMANDS\'. Normal location commands would involve accessing coarse/fine location. Does anyone know what kind o
I only know of 1 command which can be uses when you have a slow GPS fix:
((LocationManager)YourActivity.this.getSystemService("location")).sendExtraCommand("gps", "delete_aiding_data", null);
and in the Manifest: