providers_changed

  1. sangee

    Android Question BroadCastReceiver - PROVIDERS_CHANGED

    Hello All, I am trying an option in my new app to detect when the user disables the GPS. Code is as below (took from the example) Sub Process_Globals Dim Broadcast As BroadCastReceiver End Sub Sub Service_Start (StartingIntent As Intent) 'Listen for GPS on or off intent...
Top