I’m looking for an action for IntentFilter that is provided while GPS status is changed. I have found this filter.addAction("android.location.GPS_ENABLED_CHANGE");
but it does not works. I am looking the same thing that I have for bluetooth
filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); but for GPS.
I’m looking for an action for IntentFilter that is provided while GPS status is
Share
Here is example.